latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

Sub Users

Get sub users

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.

get/sub_user/list

Response

OK

Example response

{
  "sub_users": [
    {
      "id": 123,
      "assigned_policies": [
        {
          "id": 456
        }
      ],
      "effective_policies": [
        {
          "id": 456
        }
      ],
      "parent_user": {
        "id": 123
      }
    }
  ]
}