Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the project.
The ID of the user.
Response
200 - application/json
Project user retrieved successfully.
Represents an individual user in a project.
The object type, which is always organization.project.user
Available options:
organization.project.user
The identifier, which can be referenced in API endpoints
The name of the user
The email address of the user
owner
or member
Available options:
owner
, member
The Unix timestamp (in seconds) of when the project was added.