Skip to main content
POST
Error

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

The ID of the organization

project_name
string
required

The name of the project

Body

application/json
user_id
string
required

The ID of the user to add

role
enum<string>
required

A role that can be assigned to a project member

Available options:
Developer,
Viewer

Response

Member added successfully

project_id
string
required
user_id
string
required
role
enum<string>
required
Available options:
Developer,
Viewer
id
string
read-only
project
object
Example:
user
object
Example:
created_at
string<date-time>
read-only