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

# Access Control

Access Control manages elevated administrative access. Visible to SuperAdmins only. Contains two tabs: Super Admins and Org Admins.

### Super Admins Tab

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Column</td><td valign="top">Description</td></tr><tr><td valign="top">Email</td><td valign="top">Login email address. Sortable.</td></tr><tr><td valign="top">Full Name</td><td valign="top">Display name. May be blank if not populated from identity provider.</td></tr><tr><td valign="top">Status</td><td valign="top">Active (green) = can log in. Inactive (red) = account deactivated.</td></tr><tr><td valign="top">Support</td><td valign="top">Shield icon indicating whether this account is a designated support account.</td></tr><tr><td valign="top">Created At</td><td valign="top">When this SuperAdmin account was provisioned.</td></tr><tr><td valign="top">Action</td><td valign="top">Edit (pencil) to modify. Delete (bin) to permanently remove SuperAdmin access.</td></tr></tbody></table>

<table data-header-hidden><thead><tr><th valign="top"></th></tr></thead><tbody><tr><td valign="top">WARNING:  SuperAdmins can view and manage all data across all organizations. Only grant this role to users who require platform-level access. Review the list regularly and deactivate unused accounts.</td></tr></tbody></table>

### Org Admins Tab

Lists all OrgAdmins scoped to their assigned organization. OrgAdmin roles are sourced from the iX Admin Portal. If an expected OrgAdmin does not appear, check the iX Admin Portal to confirm their role assignment there — changes may take a few minutes to sync.


---

# 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://docs.ixhello.com/ixhello/administration/access-control.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.
