Skip to main content

Get all users for a repository

GET 

/api/v1/repositories/:repositoryId/users

Get all users that have access rights for a repository, including the user privileges (groups) the user has within the repository. Fields available for sorting: 'username', 'firstName', 'lastName', 'email', 'group'. NOTE: This endpoint supports only one sort field. All fields other than the first one are ignored.

Request

Responses

Success

Response Headers