# Users & Roles

{% content-ref url="/pages/XpwouTmv9sm8pybTAScA" %}
[Manage Users and Role-Based Access](/manual/how-to-guides/manage-users-and-role-based-access.md)
{% endcontent-ref %}

## Management

Users can be managed through both the User Interface or [API](/manual/implementation/platform-usage/api-reference/user.md) in an efficient manner.

<figure><img src="/files/bi7U4HcSaK4r38XPw24q" alt=""><figcaption><p>Datasentinel users</p></figcaption></figure>

### LDAP Integration

In addition, the platform supports LDAP configuration for seamless authentication.&#x20;

{% content-ref url="/pages/eQk7zH7x5KBxZGHl1dnS" %}
[LDAP](/manual/implementation/platform-usage/configuration/ldap.md)
{% endcontent-ref %}

{% hint style="warning" %}
Only authentication is managed by a LDAP server.&#x20;

Other properties continue to be configured in the tool.
{% endhint %}

{% hint style="info" %}
In our February 2024 update, we introduced a way to better manage user access. \
Now, users added automatically (using Grafana's LDAP integration) won't have full access until they're assigned a specific role. This can be easily set up in the Global Settings Dashboard, giving you more control over access permissions.
{% endhint %}

### User Privileges

3 privileges are available. A privilege needs to be assigned to a user

<table><thead><tr><th width="196">Privilege</th><th>Description</th></tr></thead><tbody><tr><td>read</td><td><ul><li>Read only access to Datasentinel</li></ul></td></tr><tr><td>read write</td><td><ul><li>Read only access to Datasentinel</li><li>Kill sessions</li></ul></td></tr><tr><td>admin</td><td><ul><li>Read only access to Datasentinel</li><li>Kill sessions</li><li>Agent, PostgreSQL instance management</li><li>User Management</li><li>Datasentinel Configuration</li></ul></td></tr></tbody></table>

*Default: admin*

### Profiles

2 profiles are available. A profile needs to be assigned to a user

<table><thead><tr><th width="207">Profile</th><th>Description</th></tr></thead><tbody><tr><td>developer</td><td><ul><li>Access limited to <a href="/pages/yUGnw5CyiREJgqkA9ALe">Session History</a> and <a href="/pages/0z3m1C0QshZ1dCVZ6tw7">Top Queries</a> features and <a href="/pages/YH3ebvTtm0lvj5P9FGIg"> Related Reports</a>.</li></ul></td></tr><tr><td>data admin</td><td><ul><li>Access to all dashboards</li></ul></td></tr></tbody></table>

*Default: data admin*

### Live360 Access

Accessibility to the [Live360 module](/manual/features/key-features/live360.md) (Direct access to instances) can also be configured.&#x20;

*Default: enabled*

### Role Based Access

{% hint style="info" %}
This feature allows users to access to a limited perimeter of PostgreSQL instances, providing greater control over platform security.
{% endhint %}

{% content-ref url="/pages/Ba2AZyCDjN74kY33kNjB" %}
[Role Based Access](/manual/features/other-features/role-based-access.md)
{% endcontent-ref %}


---

# 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.datasentinel.io/manual/implementation/platform-usage/configuration/users-and-roles.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.
