Tags a list of user ids with a policy group.
[ "234" ]
curl -i -X PATCH \ https://api.treasuredata.com/v3/policy_group_tags/APAC/users \ -H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "user_ids": [ "234" ] }'
OK