latestOpenAPI 3.0.02026-08-105118115.0 KB

4838a5113869

Group

Update users and theirs permissions for a group

This endpoint will update the users and their permissions for a group

post/groups/{group_id}/users/batch_update

Path parameters

group_idinteger required

ID of the group to update users and their permissions

Request body

action'add' | 'update' | 'remove' required

Type of action to perform

user_idinteger required

ID of the user to perform the action on

permission'manager' | 'member'

Permission to set for the user when action is add or update

Response

After a successful request, the endpoint returns HTTP 200.