Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the project.
Body
application/json
The project user create request payload.
Response
User added to project 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.