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

> Ability to add or remove members in scoped Okta groups

<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\_Group](/opengraph/extensions/oktahound/reference/nodes/okta_group)
* Traversable: ✅

## General Information

The traversable `Okta_AddMember` edges represent custom role permissions that allow a principal (user, group, or application)
to add or remove members in scoped Okta groups. These edges are created when a custom role includes
the `okta.groups.members.manage` or `okta.groups.manage` permissions.

```mermaid theme={null}
graph LR
    u1("Okta_User john\@contoso.com")
    g1("Okta_Group Finance")
    g2("Okta_Group Tier 0 Admins")
    app1("Okta_Application Automation")
    u1 -- Okta_AddMember --> g1
    app1 -- Okta_AddMember --> g2
```
