Groups
Remove User from Group
POST
/
v2
/
remove_user_from_group
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
user_id
string
requiredUser ID
group_id
string
requiredGroup ID
Response
200 - application/json
The response is of type any
.
Was this page helpful?