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

# Users and Groups

> Manage users, roles, groups, and invitations in Onyx

## Overview

Onyx allows you to manage users, roles, groups,
and invitations in your workspace from the Users and Groups pages in the Admin Panel.

### Users

As users join your workspace, they will appear in the Users page.
You can promote users to Admins and Curators through the Role dropdown.

You can also deactivate and delete users through this page.

<Tip>
  Unable to delete a User? They may have a Document Set or Agent still associated with their profile.
</Tip>

<img className="rounded-image" src="https://mintcdn.com/danswer/2sYx2-qEkfFozZU5/assets/admins/user_management/user_management.png?fit=max&auto=format&n=2sYx2-qEkfFozZU5&q=85&s=8d8de754c700b84a0f5007085e546029" alt="Users management page" width="3904" height="1576" data-path="assets/admins/user_management/user_management.png" />

### Inviting Users

You may use the **Invite Users** button to send an email invitation to join your workspace.

<Warning>
  Inviting Users will disallow new users from automatically joining your workspace!
  You will need to invite all users or none.
</Warning>

<img className="rounded-image" src="https://mintcdn.com/danswer/2sYx2-qEkfFozZU5/assets/admins/user_management/invite_users_warning.png?fit=max&auto=format&n=2sYx2-qEkfFozZU5&q=85&s=f292e5ad82caf26ee53621382234f036" alt="Invite users warning" width="1294" height="680" data-path="assets/admins/user_management/invite_users_warning.png" />

## Groups

You can organize your Users into Groups to manage their access controls at the same time.

Specifically, you can attach private Connectors, Document Sets, and Agents to a Group,
granting all users in the Group access to these resources.

Additionally, you can impose token rate limits on a Group to monitor and control AI model usage.

<img className="rounded-image" src="https://mintcdn.com/danswer/2sYx2-qEkfFozZU5/assets/admins/user_management/group_overview.png?fit=max&auto=format&n=2sYx2-qEkfFozZU5&q=85&s=78e83ba24d91514aef2107887cfdc295" alt="Group overview page" width="2432" height="1332" data-path="assets/admins/user_management/group_overview.png" />

<img className="rounded-image" src="https://mintcdn.com/danswer/2sYx2-qEkfFozZU5/assets/admins/user_management/group_management.png?fit=max&auto=format&n=2sYx2-qEkfFozZU5&q=85&s=2f752bea91097267c4347653171d38a0" alt="Group management page" width="2720" height="1938" data-path="assets/admins/user_management/group_management.png" />

<Tip>
  Want to automate user and group provisioning? Set up [SCIM](/deployment/authentication/scim)
  to sync directly from your identity provider.
</Tip>
