Skip to main content
POST
Add Project Member

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Body

application/json
user_id
string<uuid>
required
project_role_name
enum<string>
required
Available options:
Project Admin,
Project Editor,
Project Analyst

Response

201 - application/json

EmptyResponse()

The response is of type EmptyResponse · object.