Repository

/api/admin/repositories/{repository}
Parameter Type Purpose
repository String the name of the repository

Get

GET /api/admin/repositories/(string: repository)

Returns a list of all authorised users for the repository

GET /api/admin/repositories/jupiter HTTP/1.1
Accept: application/json
Response Code Reason
200 No error
400 Internal error

The response will be a Standard Response.

The columns for each user are:

Human Name Column Name Description
User Name username The name of the user
Repository metabase The name of the repository
Limited User _admin Set if user has limited access

The rows array will contain one element for each user:

{
    "dataRow": [
        "bob",
        "jupiter",
        "no"
    ]
}