Skip to main content

User Management

The User Management feature allows administrators to create, view, edit, and delete users within the Consentrix platform. Each user can be assigned one or more roles that define their access permissions across the system.

Prerequisites

Before you begin, ensure you have:

Required Permissions

Permission CodeAccess
users:viewView users
users:createCreate new users
users:editEdit user information and roles
users:deleteDelete users

Key Features

FeatureDescription
Create UserAdd a new user with email, name, password, and role(s)
View UserView user details including assigned roles
Edit UserModify user name and role assignments
Delete UserRemove a user from the system
SearchFilter users by email

  1. Log in to the Consentrix platform.
  2. Go to Administration > Users.

You will see a list of all users with their first name, last name, email, assigned roles, and last updated timestamp.

Users List


Create a New User

Creating a user involves providing their basic information and assigning at least one role.

Steps

  1. On the Users page, click Create User.
  2. On the Create User page, fill in the required information:
    • First Name: Enter the user's first name.
    • Last Name: Enter the user's last name.
    • Email: Enter a valid email address (must be unique).
    • Password: Enter a password that meets the password policy requirements.
    • Role: Select at least one role from the dropdown (multi-select).
  3. Click Submit.
  4. In the confirmation dialog, click Confirm.
  5. You will be redirected to the User Detail page.

Create User Page

Password Policy

Passwords must meet the following requirements:

  • At least 8 characters long
  • Contains at least one uppercase letter
  • Contains at least one lowercase letter
  • Contains at least one number
  • Contains at least one special character

Tip: Hover over the password field to see the password policy tooltip with real-time validation feedback.

No Roles Available

If no roles exist in the system, you will see a dialog indicating that roles must be created first. Click Create Role to navigate to the Roles and Permissions page.


View User Details

The User Detail page displays read-only information about a user:

FieldDescription
First NameUser's first name
Last NameUser's last name
EmailUser's email address (cannot be changed)
PasswordDisplayed as masked (********)
RoleAll roles assigned to the user

User Detail Page

Edit and Delete Actions

Depending on your permissions and the user type, you may see:

  • Edit Button: Click to edit the user's name and roles (not available for IAM users or your own account).
  • Delete Button: Click to delete the user (not available for IAM users or your own account).

Note: IAM users (users authenticated via Identity & Access Management) cannot be edited or deleted from the platform. Their information is managed externally.


Edit a User

You can modify a user's first name, last name, and role assignments.

Steps

  1. From the Users list, click View on the user you want to edit.
  2. On the User Detail page, click Edit.
  3. On the Edit User page:
    • Modify the First Name as needed.
    • Modify the Last Name as needed.
    • Email cannot be changed (disabled field).
    • Password cannot be changed from this page (disabled field).
    • Modify Role assignments by selecting/deselecting roles.
  4. Click Submit.
  5. In the confirmation dialog, click Confirm.
  6. You will be redirected back to the User Detail page.

Edit User Page

Editing Restrictions

  • Cannot edit IAM users: Users authenticated via IAM cannot be modified.
  • Cannot edit your own account: To prevent accidental lockout, you cannot edit your own user information.
  • Email cannot be changed: If a different email is needed, create a new user account.

Delete a User

Deleting a user permanently removes them from the system.

Steps

  1. From the User Detail page, click Delete.
  2. A confirmation dialog will appear asking for confirmation.
  3. Click Delete to confirm.

Delete User Confirmation Dialog

Warning: This action cannot be undone. Ensure the user is no longer needed before deletion.

Deletion Restrictions

  • Cannot delete IAM users: IAM users are managed externally and cannot be deleted.
  • Cannot delete your own account: To prevent accidental lockout, you cannot delete your own account.

Search for Users

You can filter the user list by email:

  1. In the search bar at the top of the Users page, enter part or all of an email address.
  2. The table will filter to show matching users.
  3. Clear the search to view all users.

Best Practices

User Naming Conventions

Use consistent naming for easy identification:

  • Use actual first and last names
  • Avoid special characters in names
  • Ensure email addresses follow your organization's convention

Role Assignment

  1. Principle of Least Privilege: Assign only the roles necessary for the user's responsibilities.
  2. Multiple Roles: Users can have multiple roles if they perform different functions.
  3. Regular Reviews: Periodically review user roles and remove unnecessary access.

Security

  1. Strong Passwords: Ensure all users create strong passwords meeting the password policy.
  2. IAM Integration: For better security management, consider using IAM authentication for users.
  3. Audit Trail: Use the Audit Log feature to track user management activities.

Troubleshooting

"Create User" button is not visible

  • Your user account does not have the users:create permission. Contact your administrator.

Cannot create user - "No roles available"

  • At least one role must exist before creating users. Create a role first via Administration > Roles and Permissions.

Email already in use

  • Each email must be unique. Use a different email or edit the existing user.

Password does not meet requirements

  • Ensure the password contains uppercase, lowercase, numbers, and special characters (minimum 8 characters).

Cannot edit or delete a user

  • The user may be an IAM user (managed externally).
  • You may be trying to edit/delete your own account (self-protection).
  • Your account may not have the required permissions (users:edit or users:delete).

"Please enter role" error

  • At least one role must be selected when creating or editing a user.