Skip to main content

Manage users and user access

You create Enterprise Browser user accounts in the Admin Console and assign roles to users.

You can add users one at a time in the Admin Console UI, or you can upload a CSV file to bulk add users.

Add roles

In the Admin Console, go to Roles > Create Role. Provide a name and description for the role, select Set Permissions, move the permissions this role requires from the list of available permissions to the list of selected permissions, and select Create Role.

Add single user

  1. In the Admin Console, go to Users > Add New Users and select Create New User.

  2. Provide the required fields, then select Next.

  3. Optionally select the roles to assign to the user, then select Apply.

Upload CSV file to create users

In the Admin Console, go to Users > Add New Users and select Import Users/Roles. If your CSV file includes a header row, select the Ignore first or header row in the CSV file checkbox. If it does not include a header row, leave the checkbox unselected.

The CSV file must be in the following format. If you provide a header row, you can use these values:

update, username, firstName, lastName, group, rolename

group is not currently used.

where:

  • update represents the operation to perform for this user
  • username is the user's email address

Available operations are:

  • add-user
  • remove-user
  • add-role
  • remove-role

Example with optional header row:

update, username, firstName, lastName, group, rolename
add-user,jd@example.com,John,Doe,,Marketing
add-user,ms@example.com,Mary,Smith,,
add-role,jd@example.com,,,,Sales