Error
User Access
List user access for a project
Returns a list of items representing the project access.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the project.
Query Parameters
Determines the number of items to show.
Required range:
1 <= x <= 200Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.
Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.
Allows sorting by a single field.
Use a dash ("-") to sort descending.
Supported fields: granted_at, updated_at.
Example:
"-updated_at"
Last modified on June 16, 2026