v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Projects

Create project user

Adds a user to the project. Users must already be members of the organization to be added to a project.

post/organization/projects/{project_id}/users

Path parameters

project_idstring required

The ID of the project.

Request body

user_idstring nullable

The ID of the user.

emailstring nullable

Email of the user to add.

rolestring required

owner or member

Response

User added to project successfully.

object'organization.project.user' required

The object type, which is always organization.project.user

idstring required

The identifier, which can be referenced in API endpoints

namestring nullable

The name of the user

emailstring nullable

The email address of the user

rolestring required

owner or member

added_atinteger required

The Unix timestamp (in seconds) of when the project was added.