> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-add-an-admin-user.md).

# How to add an admin user

You can add new Back Office users, such as admins, only if you have the necessary permissions to manage users.

To add a new Back Office user:

{% stepper %}
{% step %}
Navigate to **System** > **Users** > **Users**.
{% endstep %}

{% step %}
Click **+Create** in the upper-right page corner.
{% endstep %}

{% step %}
On the **Create user** page, fill in the following fields:

<figure><img src="/files/NQO18HqjwS2kPjGTgNNo" alt="Create user page"><figcaption><p>Create user page</p></figcaption></figure>

* In the **Email** field, enter the user's email address.
* In the **Password** field, enter a password.

  You can also generate a secure password by clicking the **Generate** button on the right side of the field. To view the generated password, enable the **Show password** option.
* In the **Status** dropdown, select **Enabled**.
* In the **Groups** dropdown, select one or more groups in which the new user will be included (for details, refer to [How to add a user group and grant permissions](/how-to-articles/manage-system-settings/how-to-add-a-user-group-and-grant-permissions.md)).

{% hint style="info" %}
The selected groups define the permissions that the new user will have.

The **Administrators** group grants all the available permissions to the users included in this group.
{% endhint %}

* In the **Name** field, enter the user’s first and last names.
* Select the **Send to email** checkbox to send credentials to the specified user email address.
* Select the **Mask data** checkbox to prevent the user from viewing client personal data. With this option enabled, such data as client names, email addresses, and phone numbers will be masked with asterisks (`*`) for this particular Back Office user.
  {% endstep %}

{% step %}
Click **Save** to register the new user in the Back Office.
{% endstep %}
{% endstepper %}

For newly registered Back Office users, two-factor authentication (2FA) via email codes is enabled by default. After entering their credentials, users will be prompted to enter verification codes sent to their email addresses when signing in to the Back Office.


---

# 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.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-add-an-admin-user.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.
