Replace user group
Replaces the specified user group. Per the SCIM 2.0 specification, PUT replaces the entire group resource, including its membership.
To add or remove individual members without replacing the full membership list, use the Update user group endpoint, which performs a partial update via PATCH.
Authorizations
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Path Parameters
The ID of the group to be replaced
Body
The name of the group. Names must be 64 characters or less.
"Blob SEs"
A list of users that defines the group membership. Note: This will overwrite the existing membership. Include existing members to retain their membership.
[
{
"display": "blob.ross@blobsrus.co",
"value": "9e8719d9-276a-4964-9395-a493189a247c"
}
]