Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.71 KB

File metadata and controls

13 lines (8 loc) · 1.71 KB

Scim

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.

Fields

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.