List Account Users

Get all users assigned to an account.

Deprecated
get
Responses
200

OK

application/json
get
GET /public/v1/accounts/account-users HTTP/1.1
Host: api.s1.today
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {
          "at": "2025-09-12T18:31:41.248Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        },
        "updated": {
          "at": "2025-09-12T18:31:41.248Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        },
        "invitationAcceptedAt": "2025-09-12T18:31:41.248Z",
        "access": {
          "at": "2025-09-12T18:31:41.248Z"
        },
        "joined": {
          "at": "2025-09-12T18:31:41.248Z"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "revision": 1,
      "user": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      },
      "groups": [
        {
          "id": "text",
          "name": "text",
          "revision": 1,
          "description": "text",
          "logo": "text",
          "isDefault": true
        }
      ],
      "buyers": [
        {
          "id": "text",
          "name": "text",
          "icon": "text",
          "revision": 1
        }
      ],
      "modules": [
        {
          "id": "text",
          "name": "text",
          "revision": 1,
          "description": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ],
            "obsolete": true,
            "eligibility": {
              "multi": true,
              "single": true
            }
          }
        }
      ],
      "account": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1,
        "type": "Client",
        "status": "Active"
      },
      "invitation": {
        "url": "text",
        "notes": "text",
        "status": "text"
      },
      "lastLoginAt": "2025-09-12T18:31:41.248Z"
    }
  ]
}

Last updated

Was this helpful?