> For the complete documentation index, see [llms.txt](https://docs-acs.clouddefenseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-acs.clouddefenseai.com/others/global-administration/user-interface.md).

# User Interface

{% embed url="<https://youtu.be/fnWAiep8wrA>" %}

**Here you can:**

1. See all of your users along with their Role, Organization & Account Name, and Invite status&#x20;
2. Can invite new users&#x20;
3. Can grant/revoke access of users

Go to Global **Tenant Setting > Users**

<figure><img src="https://lh4.googleusercontent.com/o6ZnycXHP5AKSnKuM4BP2KqPBDkhz_JGNCfbSFEuKyhEd8Yal-6vE2onzEkXTM1O4lYGaD45ZNW6KCzloDmcCLaYFZ_Y9A20DDz7AjksnhhZ2PmoLchlma7ITk0OF7dIKZoQ5YL-Cc0OO9-vpAy1hi55QzkB5p1MTzzptjPbW2NeyugBQoXkKroi4dZLQQ" alt=""><figcaption></figcaption></figure>

**Invite New User Button**&#x20;

Organization admins can invite team members by hitting the marked section “Invite New Users."

<figure><img src="https://lh6.googleusercontent.com/Ttg_Sd1uY9v1PhDJBk5dQE5Xs-qoErlem1-jOj0-YW1yQvjMT7RkPS3PLrxM-TQSyMEYUQFNvtXHAZzrsnDTbzPon63eQAwMnctnIedeDQg6u3kfgESHeG_j99ktecbWvWB8mDNLSEChPsOHuBTCCxsmL1cLkN9AbvV377ivQ3vBEAov5q-ahJWRahEPfw" alt=""><figcaption></figcaption></figure>

Admins can also assign their team members to any one of the following roles.

1. Admin&#x20;
2. Auditors&#x20;
3. DevOps

Admins can customize the access of already assigned team members by hitting the marked option with either **"Grant"** or **"Revoke."**

1. Grant means giving access to the user of the selected organization/accounts.
2. Revoke represents restricting/canceling the actions of the users.

<figure><img src="https://lh4.googleusercontent.com/nuuQUh40UsfPbcfcSfRDLc21dTijhcBng7h2q_Z048q_xc_mHh_SXxkd99x6cdi78dxlJ7C6BavCdCsLCZa5KL71-qUoANqmqsZ1qyjyevVBcusUXqQH6e9QjcsuCZnsCN5Cr-2_egBWuqC7PIy6aOlNLhbT1b4jhRxSi2ji_akVG7zWbphEETRh8i_nGg" 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-acs.clouddefenseai.com/others/global-administration/user-interface.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.
