# Users Management

### User Administration <a href="#user_administration" id="user_administration"></a>

Xygeni platform has user administration section to manage customer users. To access to this section you must got to Settings >> User Management.

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

Clicking on ![](/files/zxwsZQfHWVfGtsvpC8Cc) icons will allow you to edit and delete the select user.

Clicking on **New User** button will let you to create a new Xygeni user.

{% hint style="info" %}
User Name and Email must be unique !!
{% endhint %}

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

Yo can assign as many roles as you need.

{% hint style="info" %}
See [Xygeni Roles](#xygeni-roles) for further information.
{% endhint %}

Clicking on <img src="/files/f3EzD6bak6MEczsH1PN9" alt="" data-size="line"> icon at **Project Groups** allows you grant access to the user to selected Project Groups.

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

Clicking on <img src="/files/f3EzD6bak6MEczsH1PN9" alt="" data-size="line"> icon at **Projects** allows you grant access to the user to selected Projects.

<figure><img src="/files/Di1Nt7sxqTax38NrgPXn" alt="" width="377"><figcaption></figcaption></figure>

### Xygeni Roles

A user can have the roles: *ROOT*, *MANAGER\_USER*, *MANAGER\_PROJECT*, *POWER\_USER*, *USER* and *MANAGER\_POLICY*. The permissions can be summarized as:

* **View filtered issues**: The user can see the issues filtered by projects.
* **View All issues**: The user can see all issues.
* **Mute issues**: The user can mute and unmute issues.
* **Admin Users**: The user can create, update and delete users.
* **Admin Projects**: The user can create, update and delete projects.
* **Assign Policies**: The user can assign policies to projects.
* **Manage Policies**: The user can create, update and delete policies.
* **Mark as Baseline**: The user can mark a scan as baseline.

The permissions for each role are:

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


---

# 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.xygeni.io/xygeni-administration/platform-administration/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.
