v1

latestOpenAPI 3.1.12026-07-14332438.0 KB
Groups

Create group

Creates a new user group with the current user as the owner.

post/groups

Request body

namestring required
descriptionstring nullable
type'domain' | 'list' required
domainstring fqdn

Required if type is 'domain'.

membersstring[]

Array of user emails. Only applicable if type is 'list'.

Response

Group created 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'.