> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-core/organization/roles.md).

# Roles

### Built-in Roles

| Role Name                                           | Description                                                                | Modules .6+                      |
| --------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------- |
| **`IZ Core Admin`** .6+                             | Admin access to all IZ Core Modules                                        | **`Organization`**               |
| **`Global Settings`**                               | **`Agents`**                                                               | **`Users`**                      |
| **`Schedules`**                                     | **`Audit`** .5+                                                            | **`Quality Control Admin`** .5+  |
| Admin access to Quality Control Settings            | **`Quality Gates`**                                                        | **`Quality Profiles`**           |
| **`Rules`**                                         | **`Metric Profiles`**                                                      | **`Metrics`** .4+                |
| **`IZ Pulse Admin`** .4+                            | Admin access to IZ Pulse Settings                                          | **`Status Pages`**               |
| **`Categories`**                                    | **`Endpoints`**                                                            | **`Maintenance Schedules`**      |
| **`IZ Scan CLI`**                                   | Role with appropriate permissions to be used with IDE Plugin or CICD Scans | **`IZ Scan CLI / IDE`** .3+      |
| **`_ORG_ IZ Eye Admin`** .3+                        | Admin access to IZ Eye for a specific organization                         | **`Mule Application`**           |
| **`Exchange APIs`**                                 | **`API Manager Apps`** .2+                                                 | **`_ORG_ IZ Scan Admin`** .2+    |
| Admin access to IZ Scan for a specific organization | **`Mule Projects`**                                                        | **`API Projects`** .6+           |
| **`IZ Core Viewer`** .6+                            | View access to all IZ Core Modules                                         | **`Organization`**               |
| **`Global Settings`**                               | **`Agents`**                                                               | **`Users`**                      |
| **`Schedules`**                                     | **`Audit`** .5+                                                            | **`Quality Control Viewer`** .5+ |
| View access to Quality Control Settings             | **`Quality Gates`**                                                        | **`Quality Profiles`**           |
| **`Rules`**                                         | **`Metric Profiles`**                                                      | **`Metrics`** .4+                |
| **`IZ Pulse Viewer`** .4+                           | View access to IZ Pulse Settings                                           | **`Status Pages`**               |
| **`Categories`**                                    | **`Endpoints`**                                                            | **`Maintenance Schedules`** .3+  |
| **`_ORG_ IZ Eye Viewer`** .3+                       | View access to IZ Eye for a specific organization                          | **`Mule Application`**           |
| **`Exchange APIs`**                                 | **`API Manager Apps`** .2+                                                 | **`_ORG_ IZ Scan Viewers`** .2+  |
| View access to IZ Scan for a specific organization  | **`Mule Projects`**                                                        | **`API Projects`**               |

### Roles

To view all roles in the system -

1. Navigate to **`Organization`** -> **`Roles`**&#x20;

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

2. Click on the role name to edit the permissions assigned to the role&#x20;

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

3. Choose the required set of permissions and click on Submit

### Create Role

To create a new role -

1. Navigate to **`Organization`** -> **`Roles`** and click on **`Create Role`**&#x20;

Choose the required set of permissions&#x20;

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

3. Choose the appropriate Organization and Environments (if applicable)&#x20;

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

4. Click on Submit

### See Also

* [Organizations](/product-guides/integral-zone/iz-suite/iz-core/organization/organizations.md)
* [Users](/product-guides/integral-zone/iz-suite/iz-core/organization/users.md)
* [Invite User](/product-guides/integral-zone/iz-suite/iz-core/organization/invite-user.md)


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-core/organization/roles.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.
