Skip to content

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*
Typeinteger
Required
Minimum1
memberId*
Typeinteger
Required
Minimum1

Responses

Success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python