> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_SuperAdmin

> Super administrator role assignment

<img noZoom src="https://mintcdn.com/specterops-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [Okta\_User](/opengraph/extensions/oktahound/reference/nodes/okta_user), [Okta\_Group](/opengraph/extensions/oktahound/reference/nodes/okta_group), [Okta\_Application](/opengraph/extensions/oktahound/reference/nodes/okta_application)
* Destination: [Okta\_Organization](/opengraph/extensions/oktahound/reference/nodes/okta_organization)
* Traversable: ✅

## General Information

The traversable `Okta_SuperAdmin` edges represent Super Administrator role assignments to the Okta organization.
Super Administrators have full access to all features and settings in the Okta organization.

```mermaid theme={null}
graph LR
    u1("Okta_User john\@contoso.com")
    app1("Okta_Application Service Account")
    org("Okta_Organization contoso.okta.com")
    u1 -- Okta_SuperAdmin --> org
    app1 -- Okta_SuperAdmin --> org
```
