Metadata describing a user's linkage to a SCIM directory. This object is only delivered on user.created and user.updated webhook events, and only when the user is provisioned through a SCIM directory. Its absence does not necessarily mean the user is not SCIM-managed.
| Field | Type | Required | Description |
|---|---|---|---|
directoryId |
String | ✔️ | The ID of the SCIM directory the user is provisioned from. |
directoryEnabled |
Optional<Boolean> | ➖ | Whether the SCIM directory is currently enabled. Omitted when false. |
externalId |
Optional<String> | ✔️ | The user's external ID as reported by the SCIM directory, if any. |