> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<img src="https://mintcdn.com/dominodatalab-e871cec4/LnFGSZ2o5jkxCrWN/images/6.1/admin-guide/create-user.png?fit=max&auto=format&n=LnFGSZ2o5jkxCrWN&q=85&s=ea9766a996342b105c469c17d328b40b" alt="Add new user" width="1028" height="373" data-path="images/6.1/admin-guide/create-user.png" />

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.

<Warning>
  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.
</Warning>

## Next steps

* Learn how to [manage and assign user roles](/cloud/admin/identity-and-access/manage-users/roles).

* See how to [reset a user’s password](/cloud/admin/identity-and-access/manage-users/password-reset).
