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.

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:

  1. navigate to system users,

  2. optionally insert the filtering parameters.

  3. The list refreshes automatically.

Creating Users

To create a new user:

  1. navigate to system users,

  2. click on the new button in the top right corner,

  3. provide the requested data,

  4. press the submit button.

Editing Users

To edit an existing user:

  1. navigate to system users,

  2. click on the edit icon next to the user you wish to edit,

  3. update the parameters you wish to change,

  4. press the submit button.

Suspending Users

To suspend an existing user:

  1. Navigate to system users,

  2. click on the edit icon next to the user you wish to suspend,

  3. press and confirm the suspend button.

Deleting Users

To delete an existing user:

  1. navigate to system users,

  2. click on the edit icon next to the user you wish to suspend,

  3. press and confirm the delete button.

Assigning Roles

To assign a role to an existing user:

  1. navigate to system users,

  2. click on the edit icon next to the user you wish to edit,

  3. navigate to the "role membership" section and assign appropriate roles,

  4. press the submit button.

Refer to the Security Model Introduction for more information regarding roles and access control.

Last updated