Lists the roles for a repository

GET /repositories/{repositoryId}/roles

Parameters

Name Required Type Description
repositoryId true string
inherited false string

Response

{
  "type": "object",
  "description": "Result Map",
  "properties": {
    "total_rows": {
      "type": "number"
    },
    "offset": {
      "type": "number"
    },
    "size": {
      "type": "number"
    },
    "rows": {
      "type": "array",
      "items": {
        "type": ""
      }
    }
  }
}