User Management
Overview
A user is an entity which is allowed to interact with your @Human instance. A user can be an employee who needs to interact with your @Human, or a system user which may be used to identify external integrations or webhook requests.
A user can be assigned to a series of roles which define the scope of the access for the given user.
For privacy reasons, personal information is masked by default. This can be configured by setting appropriate access control rules for either all users or a specific user.
To change information masking for all users:
Click on the permissions button in the top right corner,
select the role you wish to change this for,
select the appropriate access option for the "show email details for any user" or "show name details for any user".
To change information masking for specific users:
Click on the edit icon next to the user you wish to change this for,
click on the permissions button in the top right corner,
select the role you wish to change this for,
select the appropriate access option for the "show email details for (name here)" or "show name details for (name here)".
The User Interface
The user management user interface resides in the Platform Admin Area, under the system users section.

Listing Users
To list current system users:
navigate to system users,
optionally insert the filtering parameters.
The list refreshes automatically.

Creating Users
Permissions can only be defined for existing users.
To create a new user:
navigate to system users,
click on the new button in the top right corner,
provide the requested data,
press the submit button.

Editing Users
To edit an existing user:
navigate to system users,
click on the edit icon next to the user you wish to edit,
update the parameters you wish to change,
press the submit button.

Suspending Users
To suspend an existing user:
Navigate to system users,
click on the edit icon next to the user you wish to suspend,
press and confirm the suspend button.

Deleting Users
Instead of deleting users, you can temporarily suspend them.
To delete an existing user:
navigate to system users,
click on the edit icon next to the user you wish to suspend,
press and confirm the delete button.

Assigning Roles
In order for the role membership to reflect on the user, they need to re-login.
To assign a role to an existing user:
navigate to system users,
click on the edit icon next to the user you wish to edit,
navigate to the "role membership" section and assign appropriate roles,
press the submit button.
Refer to the Security Model Introduction for more information regarding roles and access control.

Last updated