Skip to content

Get the users of a policy group

Request

Returns a list of user ids that are tagged with a policy group.

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

Responses

OK

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