Project user role assignments
Lists the project roles assigned to a user within a project.
get/projects/{project_id}/users/{user_id}/roles
Path parameters
project_idstring required
The ID of the project to inspect.
user_idstring required
The ID of the user to inspect.
Query parameters
limitinteger
A limit on the number of project role assignments to return.
afterstring
Cursor for pagination. Provide the value from the previous response's next field to continue listing project roles.
order'asc' | 'desc'
Sort order for the returned project roles.
Response
Project user role assignments listed successfully.