For the complete documentation index, see llms.txt. This page is also available as Markdown.

Groups

Add Users To Group

post

Create a new group.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
emailsstring · email[]Required
Responses
201

Successful Response

application/json
namestring · min: 1 · max: 255Required

Name of the group

idstring · uuidRequired
post/groups/{group_id}/users

Remove Users From Group

delete

Remove users from a group.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
user_idsstring · uuid[]Required
Responses
201

Successful Response

application/json
namestring · min: 1 · max: 255Required

Name of the group

idstring · uuidRequired
delete/groups/{group_id}/users

Read Groups

get

f Retrieve a list of groups.

Query parameters
workspace_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
namestring · min: 1 · max: 255Required

Name of the group

idstring · uuidRequired
group_typestringRequired
user_countintegerRequired
get/groups

Create New Group

post

Create a new group.

Query parameters
workspace_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
namestringRequired
emailsstring · email[]Required
Responses
201

Successful Response

application/json
namestring · min: 1 · max: 255Required

Name of the group

idstring · uuidRequired
post/groups

Read Group

get

Get a specific group by ID.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
namestring · min: 1 · max: 255Required

Name of the group

idstring · uuidRequired
group_typestringRequired
user_countintegerRequired
get/groups/{group_id}

Update Existing Group

put

Update a group's name.

Path parameters
group_idstring · uuidRequired
Query parameters
workspace_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
namestringRequired
Responses
200

Successful Response

application/json
namestring · min: 1 · max: 255Required

Name of the group

idstring · uuidRequired
put/groups/{group_id}

Delete Existing Group

delete

Delete a group by ID.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
anyOptional
delete/groups/{group_id}

No content

Last updated

Was this helpful?