Was this helpful?
#330:
Change request updated 3 months ago
Get all users assigned to an account.
/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-23T22:46:52.440Z", "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]" ] } ] } ] }