Repositories
List Repository User Collaborators
List users with roles on a repository.
get/v1/repositories/{repositoryId}/users
Path parameters
repositoryIdstring required
Unique identifier for a repository folder, prefixed with repo_
Example:repo_1234321
The unique identifier of the repository
Response
OK. Returns a list of users and their roles on the repository.
Example response
[
{
"repositoryId": "repo_2000719",
"userId": 1234567,
"role": "REPOSITORY_OWNER",
"created": "2026-01-21T01:10:41Z"
}
]