Optionalattributes?: stringResource attributes to be included in the response. Mutually exclusive from excludedAttributes. Example:
userName,emails.value
The SCIM base URL that is generated when conecting an identity provider with SCIM provisioning.
OptionalexcludedAttributes?: stringResource attributes to be included in the response. Mutually exclusive from attributes. Example:
timezone,emails.type,department
Optionaloperations?: { op?: string; path?: string; value?: unknown; [key: string]: unknown }[]SCIM patch operations.
Optionalschemas?: string[]SCIM patch schemas.
Unique ID to identiy the users. Use the Get users API to get the userId.
Optionaloptions: RequestOptions
Updates a user's information in the directory based on their
userIdviaPATCH. Refer to Service Provider Configuration APIs for details on supported operations.