Adds a member to a working group.
POST
/api/groups/{groupId}/members/{memberId}
If the user is already a member of the group, nothing happens.
This endpoint can be used for adding someone else to a working group if you
are allowed to edit that group or for joining a group if you are allowed to do so.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
groupId*
Typestring
RequiredPattern
"\\d+"
memberId*
Typestring
RequiredPattern
"\\d+"
Responses
Success
application/json
JSON
"[Circular Reference]"