> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-6715-managed-id-auth-method.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_UserPull

> Import of users from an external application

<img noZoom src="https://mintcdn.com/specterops-bed-6715-managed-id-auth-method/32bGxo1_JbXAaHjs/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=32bGxo1_JbXAaHjs&q=85&s=bb5b2bc8331220b968a23923bc289c26" 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\_Application](/opengraph/extensions/okta/nodes/okta_application)
* Destination: [Okta\_User](/opengraph/extensions/okta/nodes/okta_user)
* Traversable: ❌

## General Information

The Okta\_UserPull edges represent user import relationships from external applications to Okta.

```mermaid theme={null}
graph LR
    app1("Okta_Application Workday")
    u1("Okta_User john\@contoso.com")
    u2("Okta_User alice\@contoso.com")
    app1 -. Okta_UserPull .-> u1
    app1 -. Okta_UserPull .-> u2
```
