latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

Access Control - Policies

get Access Control Policies

Retrieves a list of policies.

get/access_control/policies

Query parameters

column_permission_tagstring

Return only policies that refer to the specified tag

Response

OK

idinteger required
account_idinteger required
namestring required

Policy's name

descriptionstring

Policy's description

user_countinteger

The number of users which the policy attaches to

Example response

[
  {
    "id": 67,
    "account_id": 123,
    "name": "some_policy",
    "description": "written about the policy",
    "user_count": 3
  }
]