Add a new user to an existing group
Add a new user to a an existing group
Authorizations
AuthorizationstringRequired
Use Common JWT
Path parameters
groupIdstringRequiredExample:
Group id
WzEwMF1bU0RMXVtUZXN0IEdyb3VwXQHeader parameters
X-Symphony-Hoststring · min: 1RequiredExample:
headers to indentify the origin
localhost.symphony.comBody
Responses
201
Successful response. Returns the group with the new user as a member
application/json
400
Returned if missing required parameters or wrong parameters
application/json
401
Returned if wrong or missing JWT token
application/json
403
Returned if JWT token missing the required entitlement
application/json
429
Returned if the backend is overloaded
application/json
452
Returned if there is a violation in info barrier rules. This error is not relevant in case of a Company group
application/json
post
/v1/groups/{groupId}/memberLast updated
Was this helpful?