Retrieves the sub users the calling user may manage: every sub user in the account for an administrator, only the caller's own sub users otherwise. Sub users themselves are refused entirely.
Security
ApiKeyAuth
- https://api.treasuredata.com/v3https://api.treasuredata.com/v3/sub_user/list
- https://api.treasuredata.co.jp/v3https://api.treasuredata.co.jp/v3/sub_user/list
- https://api.ap02.treasuredata.com/v3https://api.ap02.treasuredata.com/v3/sub_user/list
- https://api.eu01.treasuredata.com/v3https://api.eu01.treasuredata.com/v3/sub_user/list
curl -i -X GET \
https://api.treasuredata.com/v3/sub_user/list \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
- object or null
- Sub User Parent Reference
{ "sub_users": [ { … } ] }