Adding Directory Users/Groups
Important
Adding directory users or groups requires enabled Windows Authentication in your Orchestrator instance.
Note
Group attributes (roles, web login, robot settings) are passed on to any directory user that belongs to that group and is later on manually added or auto-provisioned.
On the Users page, click the Add button, and select Add Directory User or Group. The Add Directory User or Group window is displayed.
User Details
- Use the Domain name drop-down to select the Active Directory domain where the user or group resides. You can add domains or subdomains in forests that are 2-way trusted with the domain specified in the
WindowsAuth.Domain
app setting. Please note that it can take up to an hour to update the domain list with newly added two-way trusted domains. - In the Group or Username field, enter the Active Directory group or user you want to add. To refine the search results and improve the search performance in large deployments, it is recommended to select the user type from the User Type drop-down.
- From the Roles drop-down, select the role(s) for this user/group.
- Use the Allow Web Login toggle to select if this user/group can log in to Orchestrator.
- Under UI Profile select the user interface profile for this user/group. Only applicable if personal workspaces are enabled.
Attended Robot
- Use the toggle to select whether or not to automatically create an attended robot for the directory user or directory group.
- Select the License Type for the robot to be created. Learn about license types.
- For Studio/StudioX/StudioPro licenses, select the Stand-alone license checkbox if the robots are licensed locally such that Orchestrator doesn't allocate a license from its pool of licenses.
- Select the Automatically create a Personal Workspace for this user checkbox to enable personal workspace creation for that user/group.
Unattended Robot
Not available for directory groups.
- Use the toggle to select whether or not to automatically create an unattended robot for the user/group.
- Select the credential store to be used for your password. Click here for details about credential stores.
- Fill in the password used to log on to the machine on which UiPath Robot is installed.
- Select the Credential Type from the drop-down.
- Enable the Disable Concurrent Execution option to restrict a user from simultaneously executing multiple jobs.
Robot Settings
Not available for directory groups.
Note
Groups are added with the default execution settings. To customize execution settings for directory users, make the adjustments per user once they have been auto-provisioned or added manually.
- Configure execution settings for the corresponding UiPath Robot.
- Click Add. The user/group is created and displayed on the Users page. According to the Attended Robot and Unattended Robot tabs, one floating robot is created for each user.
Adding Local Users
On the Users page, click the Add button, and select Add Local User. The Add Local User window is displayed.
User Details
- In the Username field, fill in a username for the user.
- In the Name, Surname, Email fields, enter the corresponding user details.
- In the Password and Confirm Password fields, enter the password this user logs in with on their machine. Note that it must be at least 8 characters long and contain at least one lowercase letter and one number.
- From the Roles drop-down, select the roles for this user.
- Under UI Profile select the user interface profile for this user/group. Only applicable if personal workspaces are enabled.
- Use the Allow Web Login toggle to select if this user can log in to Orchestrator.
Use the Allow Basic Authentication toggle to select if this user can authenticate to Orchestrator using basic authentication. This toggle is only available if the RestrictBasicAuthentication
app setting in appsetting.Production.json
is set to true
.
Attended Robot
- Use the toggle to select whether or not to automatically create an attended robot for this user.
- In the Domain\Username field, fill in the domain and username of the corresponding user. For local Windows accounts use the
host_machine_name\username
syntax. - Select the License Type for the robot to be created. Learn about license types.
- For Studio/StudioX/StudioPro licenses, select the Stand-alone license checkbox if the robots are licensed locally such that Orchestrator doesn't allocate a license from its pool of licenses.
- Select the Automatically create a Personal Workspace for this user checkbox to enable personal workspace creation for that user.
Unattended Robot
- Use the toggle to select whether or not to automatically create an unattended robot for this user.
- In the Domain\Usernamefield, identify the user associated with the robot:
- For domain-joined users, use the
domain\username
syntax. For exampledeskover\florin.salam
. - For local Windows accounts, use the
host_machine_name\username
syntax, with the host machine's name instead of the domain. For example,LAPTOP1935\elvis
. - For local Windows accounts residing on multiple host machines, which you want to use regardless of machine, use the
.\username
syntax with a dot instead of the host machine name. For example.\mariah.carey
.
- For domain-joined users, use the
- Select the credential store to be used for your password. Click here for details about credential stores.
- Fill in the password used to log on to the machine on which UiPath Robot is installed.
- Select the Credential Type from the drop-down.
- Enable the Disable Concurrent Execution option to restrict a user from simultaneously executing multiple jobs.
Robot Settings
- Configure execution settings for the corresponding UiPath Robot.
- Click Add. The user/group is created and displayed on the Users page. According to the Attended Robot and Unattended Robot tabs, one floating robot is created for each user.
Editing a User
- On the Users page, click the More Actions button corresponding to the desired user entity.
- Click Edit.
- Make the adjustments and click Save.
Checking User Permissions
To check the permissions of a user entity, do the following:
- On the Users page, click the More Actions button corresponding to the desired user entity.
- Click Check Permissions.
- 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 inherited from the tenant.


Removing a User
- On the Users page, click the More Actions button corresponding to the desired user entity.
- Click Remove.
Alternatively, select one or multiple users, and click the Remove button.
Important!
You cannot delete a user having the Administrator role.
Updated 28 days ago