{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Users API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Adobe Analytics Adobe Experience Cloud List Users", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:companyId/users", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of users in the Analytics company. Each user entry includes the user ID, login name, email, and assigned permission groups." }, { "info": { "name": "Adobe Analytics Adobe Experience Cloud Get a User", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:companyId/users/:userId", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieves details for a single user identified by user ID, including their login name, email, admin status, and permission group assignments." } ] } ], "bundled": true }