> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/general/how-to-manage-user-roles.md).

# How to manage user roles

List of roles and accesses who can manage a team:

<table><thead><tr><th width="150.6492919921875">Role</th><th>Аccess</th><th>Description</th></tr></thead><tbody><tr><td><p>Company Admin</p><p><br></p></td><td>Can invite new users, edit and delete profiles of all roles except Company Admin and Company Auditor</td><td>Access to all company operations, all accounts, the ability to create accounts and invite users to them.</td></tr><tr><td><p>Account Admin</p><p><br></p></td><td>Can invite new users, edit and delete profiles within the available account, except for the Company Admin, Company Auditor and Account Admin roles.</td><td>Access to all operations within the account, the ability to invite users.</td></tr></tbody></table>

1. To find the team management menu, go to the menu section with your user account, click "Settings," then the team section.
2. If you try to delete a role that is the same as yours or higher, you will be refused. Such roles can only be deleted from the company through support.<br>

   <br>
3. In all other cases where you have the right to delete or edit a user, you can perform the following actions: you can edit the user's role, you can remove him from a specific account, you can remove him from all company accounts.
4. After you select to delete a user and confirm the action, the user will disappear from your team list.<br>

   \\<br>
5. To change the role for a user on your team, select "Edit".
6. Select the checkboxes for the roles you want to add to this user, or uncheck the checkboxes for the roles you want to remove. You must leave at least one role for the user. Then click "Save."<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.calypso.money/get-started-with-calypso-ui/general/how-to-manage-user-roles.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.
