{ "opencollection": "1.0.0", "info": { "name": "Adobe Captivate Prime API (Learning Manager) Account User Groups API", "version": "2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://learningmanager.adobe.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User Groups", "type": "folder" }, "items": [ { "info": { "name": "Adobe Captivate List User Groups", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/userGroups", "params": [ { "name": "page[offset]", "value": "", "type": "query", "description": "The offset for pagination (number of records to skip)" }, { "name": "page[limit]", "value": "", "type": "query", "description": "Maximum number of records to return per page (max 10)" }, { "name": "filter.name", "value": "", "type": "query", "description": "Filter by user group name" } ] }, "docs": "Retrieves a paginated list of user groups. User groups are used to organize learners and assign content, learning plans, or catalogs to specific sets of users." }, { "info": { "name": "Adobe Captivate Get a User Group", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/userGroups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path", "description": "The unique identifier of the user group" } ] }, "docs": "Retrieves a single user group by its ID." } ] } ], "bundled": true }