v32

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

Retrieve project user

Retrieves a user in the project.

get/organization/projects/{project_id}/users/{user_id}

Path parameters

project_idstring required

The ID of the project.

user_idstring required

The ID of the user.

Response

Project user retrieved 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.