> For the complete documentation index, see [llms.txt](https://support.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidents.cloud.solarwinds.com/~/changes/lGFY3mJPy207GveiFTeX/manage-users/user-permissions-access-controls.md).

# User Permissions - Access Controls

Once you have onboarded users into your Organization, you can customize their accesses to the account by adding additional permissions. These are an additional level of permissions, on top of the *User Type* that they have been added as.

### Organization-level Permissions <a href="#organization-level-permissions" id="organization-level-permissions"></a>

The below Organization-level entities can be managed by enabling the checkboxes against the users:

1. Users
2. Teams
3. API Tokens
4. Extensions
5. Postmortem Templates
6. Billing

<figure><img src="/files/cLFEaOo1rxNQ8gWmCEKv" alt="How to manage user Permissions in Squadcast - Access Controls"><figcaption></figcaption></figure>

### Understanding Organization Level Permissions <a href="#understanding-organization-level-permissions" id="understanding-organization-level-permissions"></a>

These Organization Level specific entity permissions can be assigned only to <mark style="color:red;">`Account Owners`</mark> and <mark style="color:red;">`Users`</mark>.

| Permission Type             | What it means                                             | User Types who can be assigned these |
| --------------------------- | --------------------------------------------------------- | ------------------------------------ |
| Manage Users                | Add, Delete users                                         | Account Owner, User                  |
| Manage Teams                | Create Teams                                              | Account Owner, User                  |
| Manage API Tokens           | Create, Revoke API Tokens for all users                   | Account Owner, User                  |
| Manage Extensions           | Enable, Disable Extensions                                | Account Owner, User                  |
| Manage Postmortem Templates | Create & Modify Templates, set Default Template           | Account Owner, User                  |
| Access and manage Billing   | Access, Manage Billing and Card Details in Billing Portal | Account Owner, User                  |

{% hint style="warning" %}
**Important:**

* `Account Owners` have all of these permissions by default.
* You cannot assign any permissions to a `Stakeholder` type of user by default.
  {% endhint %}


---

# 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://support.incidents.cloud.solarwinds.com/~/changes/lGFY3mJPy207GveiFTeX/manage-users/user-permissions-access-controls.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.
