POST
/
v1
/
app
/
project
/
{projectId}
/
member
[
  {
    "id": "<string>",
    "role": "Viewer",
    "user": {
      "id": "<string>",
      "org_id": "<string>",
      "account_id": "<string>",
      "profile_picture": "<string>",
      "name": "<string>",
      "email": "<string>",
      "job_position_name": "<string>",
      "job_position_description": "<string>",
      "state": "Active",
      "roles": [
        "AppGuest"
      ],
      "created_at": "<string>"
    },
    "is_project_member": true
  }
]

Path Parameters

projectId
string
required

The ID of the project to add members to

Body

application/json

The members to add to the project

members
object[]
required

Response

200 - application/json

Returns the added project members

id
string
required
role
enum<string>
required
Available options:
Viewer,
Commenter,
Editor,
Admin,
Owner
user
object
required
is_project_member
boolean
required