Updates the specified user group by setting the values of the parameters provided and leaving all other properties unchanged.
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
The ID of the group to be updated
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": "[email protected]",
"value": "9e8719d9-276a-4964-9395-a493189a247c"
}
]