{ "opencollection": "1.0.0", "info": { "name": "Acronis Account Management Activities Users API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Acronis List Tenant Users", "type": "http" }, "http": { "method": "GET", "url": "https://{datacenter}.acronis.com/api/2/tenants/:tenant_id/users", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant UUID" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results" }, { "name": "after", "value": "", "type": "query", "description": "Cursor for pagination" } ] }, "docs": "List all users belonging to a specific tenant." } ] } ], "bundled": true }