> For the complete documentation index, see [llms.txt](https://help.aglive.com/aglive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aglive.com/aglive/aglive-web-portal/add-users/activate-deactivate-users.md).

# Activate / Deactivate Users / Invite Users Again

### Aim

### Benefits

### Steps

{% tabs %}
{% tab title="Activate User" %}

<table data-header-hidden><thead><tr><th width="99">Step</th><th>Action</th></tr></thead><tbody><tr><td>Step</td><td>Action</td></tr><tr><td>1</td><td>Navigate to the left menu, under <strong>Add</strong>, click <strong>Users</strong></td></tr><tr><td>2</td><td>User Library page will displayed</td></tr><tr><td>3</td><td>Select a user with status - <strong>Inactive</strong></td></tr><tr><td>4</td><td>Click the <strong>Edit</strong> button</td></tr><tr><td>5</td><td>On the Edit User page, click <strong>Activate</strong></td></tr><tr><td>6</td><td>A <strong>Confirm Activate</strong> popup will display</td></tr><tr><td>7</td><td>Click <strong>Yes</strong></td></tr><tr><td>8</td><td>A <strong>Activated</strong> popup will display. Click <strong>Close</strong></td></tr></tbody></table>
{% endtab %}

{% tab title="Deactivate User" %}

<table data-header-hidden><thead><tr><th width="106">Step</th><th>Action</th></tr></thead><tbody><tr><td>Step</td><td>Action</td></tr><tr><td>1</td><td>Navigate to the left menu, under <strong>Add</strong>, click <strong>Users</strong></td></tr><tr><td>2</td><td>User Library page will displayed</td></tr><tr><td>3</td><td>Select a user with status - <strong>Active</strong></td></tr><tr><td>4</td><td>Click the <strong>Edit</strong> button</td></tr><tr><td>5</td><td>On the Edit User page, click <strong>Deactivate</strong></td></tr><tr><td>6</td><td>A <strong>Confirm Deactivate</strong> popup will display</td></tr><tr><td>7</td><td>Click <strong>Yes</strong></td></tr><tr><td>8</td><td>A <strong>Deactivated</strong> popup will display. Click <strong>Close</strong></td></tr></tbody></table>
{% endtab %}

{% tab title="Invites User Again" %}

<table data-header-hidden><thead><tr><th width="105">Step</th><th>Action</th></tr></thead><tbody><tr><td>Step</td><td>Action</td></tr><tr><td>1</td><td>Navigate to the left menu, under <strong>Add</strong>, click <strong>Users</strong></td></tr><tr><td>2</td><td>User Library page will displayed</td></tr><tr><td>3</td><td>Select a user with status - <strong>Pending</strong></td></tr><tr><td>4</td><td>Click the <strong>Edit</strong> button</td></tr><tr><td>5</td><td>On the Edit User page, click <strong>Invite Again</strong></td></tr><tr><td>8</td><td>A <strong>Invited</strong> popup will display. Click <strong>Close</strong></td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://help.aglive.com/aglive/aglive-web-portal/add-users/activate-deactivate-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.
