Groups

List groups

Retrieves all groups owned by the current user.

get/groups

Response

List of user groups.

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