Documentation Index
Fetch the complete documentation index at: https://specterops-enable-tls-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
externalId links back to the user’s identity in the source IdP.
Edges
The tables below list edges defined by the SCIM extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| SCIM_Contains | SCIM_Organization | ✅ |
| SCIM_ManagerOf | SCIM_User | ❌ |
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| SCIM_HasRole | SCIM_Role | ✅ |
| SCIM_ManagerOf | SCIM_User | ❌ |
| SCIM_MemberOf | SCIM_Group | ✅ |
| SCIM_Provisioned | GH_ExternalIdentity, GH_EnterpriseTeam | ✅ |
Properties
| Property | SCIM Property | Type | Description | Sample Value |
|---|---|---|---|---|
id | id | string | Unique identifier for the SCIM resource as defined by the Service Provider; stable and non-reassignable. | 2819c223-7f76-453a-919d-413861904646 |
externalId | externalId | string | Identifier defined by the SCIM client for cross-system correlation. | dschrute |
userName | userName | string | Unique user identifier used for authentication or display; required. | dschrute |
enabled | active | boolean | Whether the user account is active. | true |
displayName | displayName / name.formatted | string | Display name for the user. | Dwight Schrute |
givenName | name.givenName | string | Given (first) name. | Dwight |
familyName | name.familyName | string | Family (last) name. | Schrute |
middleName | name.middleName | string | Middle name(s). | Kurt |
honorificPrefix | name.honorificPrefix | string | Honorific prefix (title). | Mr. |
honorificSuffix | name.honorificSuffix | string | Honorific suffix. | Jr. |
title | title | string | Job title. | Assistant to the Regional Manager |
userType | userType | string | Organization-to-user relationship type. | Employee |
profileUrl | profileUrl | string (uri) | URL to the user’s profile page. | https://example.com/dschrute |
mail | emails.primary | string | Primary email address from emails where primary=true. | dschrute@example.com |
otherMails | emails | string[] | Secondary email addresses from other emails entries. | ["dschrute@contoso.com"] |
role | roles | string[] | Role names from the user’s roles attribute. | ["Sales", "Management"] |
employeeNumber | employeeNumber | string | Enterprise user employee number. | 12345 |
organization | organization | string | Enterprise user organization name. | Contoso |
department | department | string | Enterprise user department name. | Sales |
managerId | manager.managerId | string | Identifier of the user’s manager. | 2819c223-7f76-453a-919d-413861904646 |
created | meta.created | datetime | Resource creation timestamp. | 2010-01-23T04:56:22Z |
lastModified | meta.lastModified | datetime | Resource last modified timestamp. | 2011-05-13T04:42:34Z |
Most attributes use 1:1 mapping, but some, such as
mail and otherMails,
are transformed from multi-valued SCIM attributes like emails.


