groups

Create group

Create a new group.

Group names must be unique within the client.

RLS: Filtered to current client (ClientRLSDB).

Raises: GroupNameExistsError: If a group with this name already exists (409)

post/api/v1/groups

Request body

descriptionstring nullable

Human-readable group description

namestring required

Unique group name within the client

Response

Successful Response

created_atstring date-time required

Creation timestamp

descriptionstring nullable required

Group description

idstring uuid required

Group ID

namestring required

Group name

updated_atstring date-time required

Last update timestamp

Changes