Skip to content

Get the delegated admins of a policy group

Request

Returns a list of delegated admin user ids that manage a policy group.

Security
ApiKeyAuth
Path
tagstring(Tag)required
Example:APAC
curl -i -X GET \
  https://api.treasuredata.com/v3/policy_group_tags/APAC/delegated_admins \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
user_idsArray of stringsrequired
Example:
[ "234" ]
Response
{ "user_ids": [ "234" ] }