Last updated 1 month ago
Was this helpful?
Get a list of all platform users.
curl -L \ --url '/v1/accounts/users'
{ "$meta": { "pagination": { "offset": 1, "limit": 1, "total": 1 }, "omitted": [ "text" ] }, "data": [ { "id": "text", "audit": "[Circular Reference]", "$meta": { "omitted": [ "text" ] }, "href": "text", "email": "text", "status": "text", "phone": { "prefix": "text", "number": "text" }, "firstName": "text", "lastName": "text", "icon": "text", "lastLoginAt": "2025-03-20T14:45:41.241Z", "settings": { "cultureCode": "text", "languageCode": "text" }, "name": "text", "accounts": "[Circular Reference]", "currentAccount": "[Circular Reference]" } ] }