Repositories
List Repository Groups
List groups with repository member access.
get/v1/repositories/{repositoryId}/groups
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 groups with access to the repository.
Example response
[
{
"repositoryId": "repo_987654",
"groupId": 123456
}
]