The SCIM base URL that is generated when conecting an identity provider with SCIM provisioning.
Unique SCIM id that serves as reference to the group. Use the Get groups API to get the SCIM id.
Optionaloperations?: { op?: string; path?: string; value?: unknown; [key: string]: unknown }[]SCIM patch operations.
Optionalschemas?: string[]SCIM patch schemas.
Optionaloptions: RequestOptions
Updates a group's information in the directory and manages group membership.
Note: Renaming groups after they've synced to your Atlassian organization isn't supported in this release of User Provisioning API. To rename a group, create a new group with the desired name, update membership, and then delete the old group.
Example
Some HTTP headers omitted and JSON payloads formatted for readability.