Skip to main content
POST
Error

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json

Create schema for a group.

name
string
required

Group name

Required string length: 1 - 128
description
string | null

Optional description of the group

Maximum string length: 512

Response

Successful Response

Read schema for a group with its members.

id
string<uuid>
required
name
string
required
organization_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
created_by
string<uuid> | null
members
GroupMemberRead · object[]
member_count
integer
default:0