# Users management

{% hint style="info" %}
This section is available only in the **Docker / On‑Premise** deployment, and if you are an Environment Manager.
{% endhint %}

If you need access, contact your administrator or our sales team.

### Overview

You get a list of all registered users with their emails and **roles**.

This is the central place for **user administration** in Docker deployments.

### Actions per user

#### Reset password

Resetting the password is a temporary solution.

An environment manager sets a temporary password.

Then the user changes it in their profile.

{% hint style="warning" %}
This applies only to **email/password** users (not SSO).
{% endhint %}

#### Delete user

Deleting a user is permanent.

It deletes all rules, spaces, and organizations of that user.

{% hint style="danger" %}
Do this only when you are sure.
{% endhint %}


---

# 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.decisionrules.io/doc/environment/users-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.
