Retrieves a user in the project.
GET /organization/projects/{project_id}/users/{user_id}
GET
/organization/projects/{project_id}/users/{user_id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” project_id
required
string
The ID of the project.
user_id
required
string
The ID of the user.
Responses
Section titled “ Responses ”Project user retrieved successfully.
Represents an individual user in a project.
object
object
required
The object type, which is always organization.project.user
string
id
required
The identifier, which can be referenced in API endpoints
string
name
required
The name of the user
string
email
required
The email address of the user
string
role
required
owner
or member
string
added_at
required
The Unix timestamp (in seconds) of when the project was added.
integer