Skip to content

Get an Access Control Policy Group's Policies

Request

Retrieves the list of the specified policy group's policies.

Security
ApiKeyAuth
Path
policy_group_id_or_taggable_nameAccessControlPolicyGroupId (integer) or AccessControlPolicyGroupTaggableName (string)required
Any of:
integer(AccessControlPolicyGroupId)
curl -i -X GET \
  'https://api.treasuredata.com/v3/access_control/policy_groups/67 or some_policy_group/policies' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
policy_idsArray of integers(AccessControlPolicyId)required

Policy Group's Policies

Example:
[ 67 ]
Response
{ "policy_ids": [ 67 ] }