v13

OpenAPI 3.0.32026-07-31359869.4 MB
projectMembers

Adds a new member to a project.

Adds a new member to the project.

post/v1/projects/{idOrName}/members

Path parameters

idOrNamestring required

The ID or name of the Project.

Example:prj_pavWOn1iLObbXLRiwVvzmPrTWyTf

The ID or name of the Project.

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

OR
OR

Example request

{
  "uid": "ndlgr43fadlPyCtREAqxxdyFK",
  "username": "example",
  "email": "entity@example.com",
  "role": "ADMIN"
}

Response

Responds with the project ID on success.

idstring required