Retrieves a list of repository users accessible to the current logged-in user.
Admins, company users, judges and triagers can see all users that are part of the repository, except for admins.
Reviewers can see all judges, triagers, company users and their team mates. Compared to the above, they are not able to see all reviewers.
Access control rules
- The requester must have access to the repository.
Documentation Index
Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Filter the users to only those that made a file or finding comment.
Defaults to include all users (even those who didn't make a comment).
Filter the users by name (search).
Searches based on username and name (as not all users have a username).
Defaults to no filtering.
Filter by role the user has in the repository. Role of a user in the context of a repository.
client, reviewer, judge, triager, admin If true include deleted and disabled users.
Defaults to false, i.e. disabled users and users deleted from the repository are not included.
Response
List of repository users
List of repository users.
The repository users. Note that only reviewers, judges and triagers are returned. Company users and admins are not included.