# Administrators management

{% hint style="info" %}
*<mark style="color:blue;">Path: SBO > Access Rights > Admins Management</mark>*
{% endhint %}

* [Definition](#id-1.16.x-administratorsmanagement-definition)
* [Create an administrator account](#id-1.16.x-administratorsmanagement-createanadministratoraccount)
* [Read the administrators interface](#id-1.16.x-administratorsmanagement-readtheadministratorsinterface)
  * [Administrators list](#id-1.16.x-administratorsmanagement-administratorslist)
    * [The impersonate feature](#id-1.16.x-administratorsmanagement-theimpersonatefeature)
* [Update administrators](#id-1.16.x-administratorsmanagement-updateadministrators)
* [Delete administrators](#id-1.16.x-administratorsmanagement-deleteadministrators)
* [Related resources](#id-1.16.x-administratorsmanagement-relatedresources)

## Definition <a href="#id-1.16.x-administratorsmanagement-definition" id="id-1.16.x-administratorsmanagement-definition"></a>

The “admins management” section of the SBO allows the super-administrator to create, edit and delete administrator accounts, which will be able to access the SBO depending on their assigned roles.

<mark style="color:orange;background-color:yellow;">WHO CAN USE THIS FEATURE?</mark>

Logged super-administrator.

Administrators cannot access this part of the SBO.

## Create an administrator account <a href="#id-1.16.x-administratorsmanagement-createanadministratoraccount" id="id-1.16.x-administratorsmanagement-createanadministratoraccount"></a>

the super-administrator can create, and indirectly invite, an administrator account to have access to SBO features.

First, click “Add an administrator” (figure 1) at the top of the page.

<figure><img src="/files/jwwBuQ2ViApT6vzQfzEz" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

A modal will appear (figure 2) to set:

* The email input of the administrator you want to invite
* Assign a role to the administrator by ticking the checkboxes.

<figure><img src="/files/ziJBBcwNiOohsM0Dvmih" alt=""><figcaption><p>FIgure 2</p></figcaption></figure>

Click “*Apply*” (figure 2) to save. A mail is sent to the newly added administrator account with the roles assigned, and a link to set his password.

## Read the administrators interface <a href="#id-1.16.x-administratorsmanagement-readtheadministratorsinterface" id="id-1.16.x-administratorsmanagement-readtheadministratorsinterface"></a>

### Administrators list <a href="#id-1.16.x-administratorsmanagement-administratorslist" id="id-1.16.x-administratorsmanagement-administratorslist"></a>

Review all administrators' accounts created with the assigned roles in the table (figure 3). Each line of the table allows the super-administrator to manage an administrator’s account.

<figure><img src="/files/8gTEOJeZueVK6vmzXdR4" alt=""><figcaption><p>FIgure 3</p></figcaption></figure>

For each administrator’s account, the super-administrator can see:

* The administrator email
* Its role(s)
* Actions are all clickable functionality to manage the administrator account.
  * The detective icon is the **Impersonate feature**
  * The pen icon is the **update feature**
  * The trash icon is the **delete feature**

#### The impersonate feature <a href="#id-1.16.x-administratorsmanagement-theimpersonatefeature" id="id-1.16.x-administratorsmanagement-theimpersonatefeature"></a>

The impersonate feature allows the super-administrator to take control of the current administrator account.

Click the “detective” icon (figure 4) in the Action column.

<figure><img src="/files/Sud8MWoptmDC9JTkU3K7" alt=""><figcaption><p>FIgure 4</p></figcaption></figure>

## Update administrators <a href="#id-1.16.x-administratorsmanagement-updateadministrators" id="id-1.16.x-administratorsmanagement-updateadministrators"></a>

Update the administrator's accounts by clicking the “pen” icon (figure 5), in the Actions column, of the administrator account.

<figure><img src="/files/2LGQN4r9GrzJTbYdqMGS" alt=""><figcaption><p>Figure 5</p></figcaption></figure>

It will open a modal (figure 6) to modify:

* The email, in the text area
* The role, by ticking the role checkboxes

<figure><img src="/files/w2XvR7Knlqs2AQ0PQYTo" alt=""><figcaption><p>FIgure 6</p></figcaption></figure>

Save the modifications by clicking “Apply” (figure 6).

## Delete administrators <a href="#id-1.16.x-administratorsmanagement-deleteadministrators" id="id-1.16.x-administratorsmanagement-deleteadministrators"></a>

Delete the administrator’s account by clicking the ‘trash’ icon (figure 7).

<figure><img src="/files/FzfjTaIXpMKiaTvK81ca" alt=""><figcaption><p>Figure 7</p></figcaption></figure>

It will open a pop-up (figure 8), to confirm the choice to delete the administrator’s account.

<figure><img src="/files/N6n4yMamGcNHUINpOHeu" alt=""><figcaption><p>Figure 8</p></figcaption></figure>

## Related resources <a href="#id-1.16.x-administratorsmanagement-relatedresources" id="id-1.16.x-administratorsmanagement-relatedresources"></a>

**SBO:**

* [Rights management](/v2.0/superadmin/access-rights/rights-management.md)
* [Roles management](/v2.0/superadmin/access-rights/roles-management.md)


---

# 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://features.scnd.com/v2.0/superadmin/access-rights/administrators-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.
