> For the complete documentation index, see [llms.txt](https://scansuite.gitbook.io/scansuite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scansuite.gitbook.io/scansuite/administration/user-administration.md).

# User administration

Is accessible via top right corner context menu -> Users

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

Administrators can create, delete, deactivate users, and change their passwords.

To create the user, fill in respective field and click Save:

<figure><img src="/files/0iZKdkB3UvDzdVjLJxII" alt=""><figcaption></figcaption></figure>

To change the user’s password, group or activation status choose it from the dropdown menu:

<figure><img src="/files/7WKyGtCTrVObUwImzzNH" alt=""><figcaption></figcaption></figure>

To delete the user, choose it from the dropdown menu and click Delete:

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


---

# 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:

```
GET https://scansuite.gitbook.io/scansuite/administration/user-administration.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.
