Was this helpful?
#227:
Change request updated 3 months ago
Get a list of all platform users.
/v1/accounts/account-users
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/accounts/account-users'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "user": {}, "account": {}, "invitation": {}, "lastLoginAt": "2025-02-23T06:15:46.402Z", "groups": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "description": "text", "account": {}, "logo": "text", "isDefault": true, "modules": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "description": "text", "isConfigurable": true, "isEnabledByDefault": true, "paid": true, "name": "text", "accountTypes": [ "text" ] } ], "users": [ "[Circular Reference]" ] } ] } ] }