Skip to main content
POST
/
api
/
v2
/
projects
/
{project_id}
/
members
Create Projects
curl --request POST \
  --url https://api.example.com/api/v2/projects/{project_id}/members \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "project_role_name": "Project Admin"
}
'
{}

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.