Create and manage users

Create and activate users so they can use Domino. You can also deactivate users temporarily or permanently from the Admin panel.

Email services must be configured in your deployment for user creation to work.

Create a user

Use the Admin panel to manually add new users by email and assign their roles. They’ll receive an invitation to set up their account after creation.

Add new user
  1. Go to Admin panel > Users > View all.

  2. Click Add User.

  3. Enter the user’s email address and assign roles.

  4. Click Save.

The user will receive two emails:

  • A notification

  • An invitation to set up their account

They must follow the setup link in the email to complete their profile.

Activate or deactivate a user

  1. Go to Admin panel > Users > View all.

  2. Find and select the user in the list.

  3. Click Activate or Deactivate, depending on their current status.

After deactivation

After deactivating a user, complete the following cleanup tasks to prevent orphaned resources and broken executions.

  1. Stop and delete workspaces:

    1. Go to Reports > Workspaces and search for any workspaces owned by the user.

    2. Delete these workspaces.

  2. Check for active executions:

    1. Go to Reports > Executions to view any running endpoints or apps owned by the user.

    2. Make note of any that must remain active after project transfer — they will need to be restarted.

  3. Transfer or archive projects:

    1. Go to Reports > Projects.

    2. Either archive the user’s projects, or transfer ownership to another user.

Important
If you transfer a project that contains running endpoints, apps, or other executions, those executions will stop working until they are manually restarted under the new owner.

Next steps