post https://api.capmo.de/api/v1/projects//memberships
This can be used to invite a project contact book person to a project identified by projectId. As a result, a project membership for them will be created.
Responses
This can be used to invite a project contact book person to a project identified by projectId. As a result, a project membership for them will be created.
xxxxxxxxxx
curl --request POST \
--url https://api.capmo.de/api/v1/projects/projectId/memberships \
--header 'Request-Id: YOUR_REQUEST_ID' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"role":"ADMIN"}'
Try It!
to start a request and see the response here! Or choose an example: