Add a User to a Group

View as Markdown

Add a user to a group by providing the user_id. If the user is already a member, nothing changes.

Authentication

AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

group_idstringRequired

Request

This endpoint expects an object.
user_idstringRequired

Response

Successful response
user_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error