Skip to content

Get sub users

Request

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
curl -i -X GET \
  https://api.treasuredata.com/v3/sub_user/list \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
sub_usersArray of objects(Sub User)required
Response
{ "sub_users": [ {} ] }