# User Management

{% embed url="<https://youtu.be/e2IH2gasNrs>" %}

Manage user accounts, roles, and permissions across the ARENA360 platform. This guide covers user invitations and role-based access control across all products.

***

## User Roles & Permissions

* **Users:** This is where all user accounts are listed. You can edit a user profile or create a new user account.

### Inviting Users

To invite a new user (Admin only):

1. Click your avatar icon → **User Management**
2. Go to **Users** in the sidebar
3. Click **Invite User**
4. Enter the user's email address
5. Select the appropriate role(s)
6. Click **Send Invitation**

The user will receive an email invitation to join your organization.

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

<figure><img src="/files/1iAu5SaZk0RKEDMZStm7" alt=""><figcaption></figcaption></figure>

## Editing User Roles

To change a user's role (Admin only):

1. Click your avatar icon → **User Management**
2. Go to **Users** in the sidebar
3. Find the user in the list
4. Click the three-dots menu (⋮)
5. Select **Edit roles**
6. Choose the new role(s)
7. Click **Update**

<figure><img src="/files/1Aew3qRcaBhJ8VGppdnL" alt=""><figcaption></figcaption></figure>

***

### ARENA360 Roles

ARENA360 uses a capability-based roles and permissions model. **Each product has specific roles, and each tier inherits all capabilities from the previous one**.

| Role                      | Capabilities                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------ |
| **TRADE - Admin**         | Full control and user management. Invite users, edit roles, manage account-level settings. |
| **TRADE - Senior Trader** | Advanced trading & configuration capabilities (edit odds, distributor, data limits)        |
| **TRADE - Trader**        | Trading using existing configurations. Cannot edit configurations or odds settings.        |
| **TRADE - Analyst**       | View-only access. Monitoring and support. Cannot place orders or change configurations.    |

***

## Related

* [Profile & Account Settings](/u/trade/user-guide/configuration/user-avatar.md) — Avatar menu, profile, and time zone settings
* [Authentication](/u/reference/authentication.md) — Platform authentication overview
* [DEFEND Authentication](/u/defend/integration-guide/authentication.md) — DEFEND-specific API setup


---

# 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.lsports.eu/u/reference/user-management.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.
