v2

latestOpenAPI 3.0.0MITraw.githubusercontent.com2024-10-1794217620.9 KB
Projects

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 required

The ID of the user.

role'owner' | 'member' 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 required

The name of the user

emailstring required

The email address of the user

role'owner' | 'member' required

owner or member

added_atinteger required

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