Documentation Index
Fetch the complete documentation index at: https://specterops-enable-tls-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Okta provides a handful of built-in administrative roles that can be assigned to users, groups, and applications to delegate administrative tasks. These roles have predefined permissions and cannot be modified. The following roles are organization-wide:- Super Administrator
- Organization Administrator
- API Access Management Administrator
- Mobile Administrator
- Workflows Administrator
- Report Administrator
- Read-only Administrator
- Group Administrator (AKA User Administrator)
- Group Membership Administrator
- Help Desk Administrator
- Application Administrator
Although the Workflows Administrator role is a built-in role, the Okta API treats it as a custom role that is scoped to the built-in
Workflows Resource Set.Edges
The tables below list edges defined by the Okta extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| Okta_Contains | Okta_Organization | ✅ |
| Okta_HasRole | Okta_User, Okta_Group, Okta_Application | ❌ |
Outbound Edges
No outbound edges are defined by the Okta extension for this node.Properties
| Name | Source | Type | Description |
|---|---|---|---|
id | role.id + "@" + oktaDomain | string | Unique role identifier (domain-qualified). |
name | role.label | string | Role name. |
displayName | role.label | string | Display-friendly role name. |
oktaDomain | Collector context (non-API) | string | Okta organization domain where the role exists. |
description | role.description | string | Role description text when available. |
permissions | Hardcoded mapping | string[] | Effective permission labels associated with the role. |
Sample Property Values
Built-In Role Identifiers
When working with roles using the Okta API, the built-in roles are referenced by the following identifiers:| Role Identifier | Role Name |
|---|---|
| SUPER_ADMIN | Super Administrator |
| ORG_ADMIN | Organization Administrator |
| USER_ADMIN | Group Administrator |
| GROUP_MEMBERSHIP_ADMIN | Group Membership Administrator |
| APP_ADMIN | Application Administrator |
| API_ACCESS_MANAGEMENT_ADMIN | API Access Management Administrator |
| API Administrator (Deprecated?) | |
| HELP_DESK_ADMIN | Help Desk Administrator |
| MOBILE_ADMIN | Mobile Administrator |
| WORKFLOWS_ADMIN | Workflows Administrator |
| REPORT_ADMIN | Report Administrator |
| READ_ONLY_ADMIN | Read-Only Administrator |
SUPER_ADMIN@contoso.okta.com.


















