> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/product/organization-level-configurations/user-management-add-remove-update-users.md).

# User Management: Add, Remove, Update Users

Managing your team in Rox is straightforward, whether you're adding new users, updating their roles, or removing access. This guide will walk you through how to create, delete, and update members in your organization.

Navigate to Teams by clicking on **your name** on the bottom left corner, clicking **Settings** and then clicking **Members** on the left column.

## How to Add Members

1. Click the **+Add Members** button in the top right corner.
2. Enter User Details:
   * Add the **email addresses** of the users you want to invite.
   * Select the appropriate **role** for each user.
3. Click **Create** to create users, send invitations and add them to your organization.

<figure><img src="/files/vqjRLUsBiDaRWnOnCaaQ" alt=""><figcaption></figcaption></figure>

## How to Remove Members

<figure><img src="/files/Obp1o2I6RUjazZoCuJo2" alt=""><figcaption></figcaption></figure>

1. Find the user you want to remove from the Members list.
2. Remove Them from the Organization:
   * Click the **three dots** to the right of their role.
   * Click **Remove from Organization**.

## How to Update a Member's Role

<figure><img src="/files/BA42KByoyudHXr3t8NBP" alt=""><figcaption></figcaption></figure>

1. Find the user in the Members list whose role you want to change.
2. Edit Their Role:
   * Click on their current role (e.g. Admin).
   * Select the role(s) you would like to enable for them.

***

By managing your members effectively in Rox, you can ensure the right people have the right level of access, keeping your organization secure and your team productive.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rox.com/development/product/organization-level-configurations/user-management-add-remove-update-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
