Project user role assignments
Retrieves a project role assigned to a user.
get/projects/{project_id}/users/{user_id}/roles/{role_id}
Path parameters
project_idstring required
The ID of the project to inspect.
user_idstring required
The ID of the user to inspect.
role_idstring required
The ID of the project role to retrieve for the user.
Response
Project role retrieved for the user successfully.
Changes
Changed in 2 of the 82 revisions of this API.2
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○