> For the complete documentation index, see [llms.txt](https://docs.cyberawaresecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberawaresecurity.com/admin-portal/user-management/archived-users.md).

# Archived Users

## **Archived Users Guide**

In this article, we explain the process of restoring archived users. If you are assigned the **admin** role, you will be able to restore a user that has been archived.

1. To view all archived users, visit [User Management](/admin-portal/user-management.md) from the menu on the left and then click on  Archived Users.&#x20;

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

2. Then you will see a list with all Archived Users. From the list of the Archived Users, you can click on the restore icon to restore the user you wish. Just like the screenshot below click on the restore icon.

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

3. A pop-up window will open asking you whether you wish to restore the user or cancel the operation.

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

4. Click the restore button and a new pop window will be shown, informing you that the user has been successfully restored.

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

5. The restored user can now be found under the Active Users tab.

<figure><img src="/files/ER3gLErtKr98xNE7JUgq" 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, and the optional `goal` query parameter:

```
GET https://docs.cyberawaresecurity.com/admin-portal/user-management/archived-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
