# Inviting and managing users

User management lives at **Settings > Roles and Permissions**. Only users with the **Admin** role have access to this page.

## Inviting a user

1. Open **Settings > Roles and Permissions**.
2. Click **Invite user**.
3. Fill in the modal:
   * **Name**: the user's display name.
   * **Email**: their work email address. Seal sends the invite email here.
   * **Role**: pick one of [Admin, Sealer, Collaborator, Watcher](/new-documentation/new-docs/users-and-sso/user-roles.md).
4. Click **Send**.

The invited user receives an email with an activation link valid for **seven days**. See [Sign up and sign in](/new-documentation/new-docs/sign-up-and-sign-in.md) for the user-side flow.

## Changing a user's role

In the **Settings > Roles and Permissions** table, click the edit icon on the user's row, pick a new role from the dropdown, and confirm. The change takes effect immediately.

## Revoking access

To remove a user from your tenant, click the delete icon on their row and confirm with **Delete** in the dialog. The user can no longer sign in to your tenant.

## Resending an invite

Seal does not have a built-in resend control. If a user's invite expires before they activate it, send them a fresh invite by repeating the **Invite user** flow with the same email address.

## Transferring the Admin role

There is no separate transfer-ownership flow. To move administration to a new user, promote them to **Admin** first, then remove the previous admin or change their role.

## Related

* [User roles](/new-documentation/new-docs/users-and-sso/user-roles.md): what each role can do.
* [SSO and SAML](/new-documentation/new-docs/users-and-sso/sso-and-saml.md): when SAML is configured for your tenant, new users can be auto-provisioned without an explicit invite.


---

# 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://docs.sealsecurity.io/new-documentation/new-docs/users-and-sso/inviting-users.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.
