The ID of the project.
Adds a user to the project. Users must already be members of the organization to be added to a project.
Path Parameters
Body
application/json
Body
The project user create request payload.
ProjectUserCreateRequest
The ID of the user.
owner or member
Allowed values:ownermember
Response
application/json
Response
User added to project successfully.
ProjectUser
Represents an individual user in a project.
The object type, which is always organization.project.user
Allowed values: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
Allowed values:ownermember
The Unix timestamp (in seconds) of when the project was added.
Authentication
Path Parameters
Body
Retrieves a user in the project.
Path Parameters
The ID of the project.
The ID of the user.
Response
200 application/json
Response
Project user retrieved successfully.
ProjectUser
Represents an individual user in a project.
The object type, which is always organization.project.user
Allowed values: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
Allowed values:ownermember
The Unix timestamp (in seconds) of when the project was added.
Authentication
Path Parameters
Modifies a user's role in the project.
Path Parameters
The ID of the project.
The ID of the user.
Body
application/json
Body
The project user update request payload.
ProjectUserUpdateRequest
owner or member
Allowed values:ownermember
Response
application/json
Response
Project user’s role updated successfully.
ProjectUser
Represents an individual user in a project.
The object type, which is always organization.project.user
Allowed values: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
Allowed values:ownermember
The Unix timestamp (in seconds) of when the project was added.
Authentication
Path Parameters
Body
Deletes a user from the project.
Path Parameters
The ID of the project.
The ID of the user.
Response
application/json
Response
Project user deleted successfully.
ProjectUserDeleteResponse
Allowed values:organization.project.user.deleted
Authentication
Path Parameters
Lists all of the users in the organization.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
Default:20
A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
Filter by the email address of users.
Response
200 application/json
Response
Users listed successfully.
UserListResponse
Allowed values:list
Represents an individual user within an organization.