Retrieves an access policy summary for a team

GET /teams/{teamKey}/access/policies/summary

Parameters

Name Required Type Description
teamKey true string
scope false string
info false string

Response

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