POST
/
api
/
v1
/
orgs
/
{org_id}
/
members
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Body

application/json
user_id
string
required

Unique identifier of the user to be added as a project member

Examples:

"user_123456"

role
enum<string>
required

Role of the user in the project

Available options:
admin,
member
Examples:

"admin"

"member"

Response

Successful Response

The response is of type any.