> ## 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_UserPush

> Provisioning of users to an external application

<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)
* Destination: [Okta\_Application](/opengraph/extensions/oktahound/reference/nodes/okta_application)
* Traversable: ❌

## General Information

The non-traversable `Okta_UserPush` edges represent user provisioning relationships from Okta to external applications. When configured, Okta can automatically create, update, or deactivate user accounts in integrated applications using protocols like SCIM or LDAP.

```mermaid theme={null}
graph LR
    u1("Okta_User john\@contoso.com")
    u2("Okta_User alice\@contoso.com")
    app1("Okta_Application GitHub Enterprise Cloud")
    app2("Okta_Application Salesforce")
    u1 -. Okta_UserPush .-> app1
    u2 -. Okta_UserPush .-> app1
    u2 -. Okta_UserPush .-> app2
```
