# Add a local user

Users with the **Workspace Owner** and **Workspace Admin** roles can add users to a local user workspace. To add a user, you must complete the following steps:

1. Select the **All members** option from the left navigation drawer. The **All Members** view is displayed.
2. Click the **Add member** button located at the top right of the page. The **Add a team member** dialog box is displayed.
3. Enter the email address of the user you want to add.
4. Click the **Next** button. The user is added to a list in the **MEMBER** section.

{% hint style="info" %}
**NOTE:** To add multiple users, enter each email address individually and press Enter. Each one is added to the list in the **MEMBER** section.
{% endhint %}

5. Select the workspace-level role of the user:
   * **Admin:** They can invite and manage users in the workspace.
   * **User:** They can add and manage permissions per account.

{% hint style="info" %}
**NOTE:** If you added multiple users, the role you select will be assigned to all of them.
{% endhint %}

6. Click the **Send Invite** button. The dialog box closes, a success message box is displayed, and an email is sent to the user to join Cerby with a temporary password.

Now you are done.

{% hint style="warning" %}
**IMPORTANT:** The temporary password expires in 48 hours. After this time, users need a new invite.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cerby.com/setup-and-admin/workspace-identity-federation/local-workspace/add-a-local-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
