> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/retailer-team-and-user-management/bulk-adding-users-to-teams.md).

# Bulk adding users to teams

Retailers can use the Teams Manager to add multiple users to multiple teams.

#### Adding multiple users to multiple selected teams

1. Navigate to the **Teams Manager**
2. Use the checkboxes to select which teams you are adding users to
   1. Use the search bar to narrow down teams
3. Once you've selected the teams you are adding the users to, select the **Edit** button above the top-right of the table<br>

   <figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FNaeIJymnI2xa930cjLVc%2FCleanShot%202026-03-24%20at%2017.41.542.png?alt=media&amp;token=2bfc46ea-1ea1-46f3-8811-68136cf6ba85" alt=""><figcaption></figcaption></figure>
4. Click **Add Users**
5. Enter the email addresses of the users you are inviting, they can be comma or line separated. Up to 50 users can be added at once.
6. Click **Add**
7. Wait for the UI to confirm the invitations have been sent.

<figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FprVZuzwEQ8WzrJp3e3cz%2FCleanShot%202026-03-24%20at%2017.46.582.png?alt=media&amp;token=bb2a2e5f-2973-45f1-b8cd-43bb2ff4d483" alt=""><figcaption></figcaption></figure>


---

# 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://help.citrusad.com/retail-media-interface/retailer-team-and-user-management/bulk-adding-users-to-teams.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.
