Group

Get details of users for a group

get

This endpoint will return the users with details and permission for a group

Authorizations
AuthorizationstringRequired
Path parameters
group_idintegerRequired

ID of the group to retrieve users and their details

Responses
200

After a successful request, the endpoint returns HTTP 200.

application/json
get
/groups/{group_id}/users

Update users and theirs permissions for a group

post

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

Authorizations
AuthorizationstringRequired
Path parameters
group_idintegerRequired

ID of the group to update users and their permissions

Bodyobject[]

List of operations to perform

actionstring · enumRequired

Type of action to perform

Possible values:
user_idintegerRequired

ID of the user to perform the action on

permissionstring · enumOptional

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

Possible values:
Responses
200

After a successful request, the endpoint returns HTTP 200.

application/json
post
/groups/{group_id}/users/batch_update

Last updated

Was this helpful?