Groups

Update group domain

Updates the domain for a group of 'DOMAIN' type. Requires ownership.

patch/groups/{groupId}/domain

Request body

domainstring hostname required

Response

Group domain updated successfully.

idstring ulid required
ownerstring ulid required
namestring required
descriptionstring nullable
type'domain' | 'list' required
domainstring hostname

Present if type is 'domain'.

membersstring[]

Array of user emails. Present if type is 'list'.

Changes