Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Managing Users

📘

Important!

Adding directory users or groups requires enabled Windows Authentication in your Orchestrator instance.

Adding Users by Type

Directory

Note: Group configuration (roles, web login, robot settings) is passed-on to any directory user that belongs to that group, and is later on added or auto-provisioned.

  1. From the Users page, click the Add button and select Add Directory User or Group. The Add Directory User or Group window is displayed.

  1. Use the Domain name drop-down to select the Active Directory domain from where you want to add the user or group. All domains and subdomains from forests that are 2-way trusted with the domain specified in the WindowsAuth.Domain parameter are available when adding directory users/groups. Please note that it can take up to an hour to update the domain list with newly added two-way trusted domains.
  2. In the Group or Username field, enter the the Active Directory group or user you want to add. To refine the search results and improve the search performance in case of large deployments, it is recommended to select the user type from the User Type drop-down.
  3. From the Roles drop-down, select the role(s) for this group or user.
  4. Use the Allow Web Login toggle to select if this user/group is able to log into Orchestrator. The toggle is only displayed for tenants that have the Modern Folders option enabled.
  5. Click Add to finish the user provisioning or open the Robot Settings tab and follow the remaning steps below to configure robot creation for the user or group.

  1. Use the toggle to select whether to automatically create a robot for the directory user or directory group.
  2. If automatic robot provisioning is enabled, use the License Type radio buttons to select how the robots are licensed. Read about license types here.
  3. For Studio and StudioX licenses, select the Stand-alone license check box if the robots are licensed externally and not through Orchestrator.
  4. Configure execution settings for your Robots in the Execution Settings section.

Note: Execution settings can only be configured when adding users individually. Groups are added with the default execution settings. These are described here. To customize execution settings for directory users, you have to make the adjustments explicitly for them, once they have been auto-provisioned or added individually.

  1. Click Add. The user or user group is created and displayed in the Users page.

Local

  1. From the Users page, click the Add button and select Add Local User. The Add Local User window is displayed.

  1. In the Username field enter a name for the user.
  2. (Optional). In the Name field, enter the user's name.
  3. (Optional). In the Surname field, enter the user's surname.
  4. (Optional). In the Email field, enter the user's email address.
  5. (Optional). In the Password and Confirm Password fields, enter the password for this user. Note that it must be at least 8 characters in length and contain at least one lowercase letter and one number.
  6. From the Roles drop-down, select the role(s) you want to assign this user.
  7. Use the Allow Web Login toggle to select if this user is able to log into Orchestrator. The toggle is only displayed for tenants that have the Modern Folders option enabled.
  8. Use the Allow Basic Authentication toggle to select if this user is able to authenticate to Orchestrator using basic authentication. This toggle is only available if the Auth.RestrictBasicAuthentication setting in your web.config file is set to true. See here for details.
  9. Click Create to finish the user creation or open the Robot Settings tab and follow the remaning steps below to configure robot creation for this user.

  1. Use the toggle to select whether to Automatically create a robot for this user.
  2. Use the License Type radio buttons to select how the robot is licensed. Read about license types here.
  3. For Studio and StudioX licenses, select the Stand-alone license check box if the robot is licensed externally and not through Orchestrator.
  4. Enter the Domain\Username of the robot associated to that specific local user.
  5. (Optional). Configure the robot Execution Settings. Learn more about these settings here.
  6. Click Create. The user is created and is displayed in the Users page.

Editing a User

To edit a user entity (be it a local user, a directory user, or a directory group), click the corresponding More Actions button in the Users page, and then Edit. Make the desired changes and click Update.

Checking User Permissions

To check the permissions of a user entity (be it a local user, a directory user, or a directory group), do the following:

  1. Click the More Actions button corresponding to the desired user entity in the Users page.
  2. Click Check Permissions.
  3. The User Permissions window is displayed. Each permission is listed on a per folder basis. Adjacent to each permission you can see whether it has been explicitly assigned or it inherited from the tenant.
602

🚧

If you are using an Azure AD guest user account, the role information that is displayed may not be accurate.

 

Removing a User

To remove a user entity (be it a local user, a directory user, or a directory group), click the corresponding More Actions button in the Users page, and then Remove.

Alternatively, select one or multiple users, and click the Remove button.

📘

Important!

You cannot delete a user having the Administrator role.

Updated 3 days ago



Managing Users


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.