Groups
Add User to Group
POST
/
v2
/
add_user_to_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
results
object
requiredWas this page helpful?