REST APIProjectsProjectsProjectidMembers
Add a member
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
projectId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/members" \ -H "Content-Type: application/json" \ -d '{ "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b" }'Empty
{ "error": "string", "statusCode": 0, "message": [ "string" ], "timestamp": "2019-08-24T14:15:22Z", "path": "string"}