Groups

Add Users To Group

post

Create a new group.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
emailsstring · email[]Required
Responses
post
/groups/{group_id}/users

Remove Users From Group

delete

Remove users from a group.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
user_idsstring · uuid[]Required
Responses
delete
/groups/{group_id}/users

Read Groups

get

f Retrieve a list of groups.

Query parameters
workspace_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
get
/groups

Create New Group

post

Create a new group.

Query parameters
workspace_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
namestringRequired
emailsstring · email[]Required
Responses
post
/groups

Read Group

get

Get a specific group by ID.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
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
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
namestringRequired
Responses
chevron-right
200

Successful Response

application/json
put
/groups/{group_id}

Delete Existing Group

delete

Delete a group by ID.

Path parameters
group_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
Responseany
delete
/groups/{group_id}

No content

Last updated