v1

latestOpenAPI 3.1.12026-07-14332438.0 KB
Groups

Update group

Updates a group's name or description. Requires ownership.

patch/groups/{groupId}

Request body

namestring
descriptionstring nullable

Response

Group updated successfully.

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

Present if type is 'domain'.

membersstring[]

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