The SCIM base URL that is generated when conecting an identity provider with SCIM provisioning.
OptionaldisplayName?: stringGroup display name. This is a immutable, required, and read-only field.
OptionalexternalId?: stringIdentifier defined by provisioning client. CaseExact. Uniqueness is controlled by client.
Optionalid?: stringUnique identifier defined by Atlassian SCIM Service. This is a read-only and case-sensitive field. It is ignored if specified in the payload during user creation or modification.
Optionalmembers?: {Group members
Optionalmeta?: {Optionalcreated?: unknownThe DateTime that the resource was added to Atlassian SCIM service. This is a read-only field.
OptionallastModified?: unknownThe most recent DateTime that the details of this resource were updated. This is a read-only field.
Optionallocation?: stringThe URI of the resource being returned. This is a read-only field.
OptionalresourceType?: string & {} | "USER" | "GROUP" | "DIRECTORY"The name of the resource type of the resource. This is a read-only and case-sensitive field.
Optionalschemas?: string[]SCIM schemas that define the attributes present in the current JSON structure. This ia a required field during user creation or modification.
Optionaloptions: RequestOptions
Creates a read-only group in the organization's directory. You can only edit groups from your identity provider.
Note: An attempt to create a group with an existing name will fail with a 409 (Conflict) error.