> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-7559-api-key-exp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_ApiTokenFor

> User ownership of an Okta API token

<img noZoom src="https://mintcdn.com/specterops-bed-7559-api-key-exp/Q9Jppg_Pu54SydxZ/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=Q9Jppg_Pu54SydxZ&q=85&s=dab889e863a05e09b1378befc30bbb10" 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\_ApiToken](/opengraph/extensions/okta/nodes/okta_apitoken)
* Destination: [Okta\_User](/opengraph/extensions/okta/nodes/okta_user)
* Traversable: ✅

## General Information

The traversable Okta\_ApiTokenFor edges represent the API token assignments for users in Okta, represented by the [Okta\_User](/opengraph/extensions/okta/nodes/okta_user) nodes:

```mermaid theme={null}
graph LR
    u1("Okta_User john\@contoso.com")
    u2("Okta_User steve\@contoso.com")
    t1("Okta_ApiToken Test App")
    t2("Okta_ApiToken Postman")
    t3("Okta_ApiToken Python Script")
    org("Okta_Organization contoso.okta.com")
    t1 -- Okta_ApiTokenFor --> u1
    t2 -- Okta_ApiTokenFor --> u2
    t3 -- Okta_ApiTokenFor --> u2
    u2 -- Okta_SuperAdmin --> org
```
