{ "opencollection": "1.0.0", "info": { "name": "Trelica REST Application Users Users (SCIM) API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users (SCIM)", "type": "folder" }, "items": [ { "info": { "name": "List Users (SCIM)", "type": "http" }, "http": { "method": "GET", "url": "https://app.trelica.com/api/scim/v2/Users", "params": [ { "name": "startIndex", "value": "", "type": "query", "description": "1-based start index for results (default 1)" }, { "name": "count", "value": "", "type": "query", "description": "Maximum number of results (default 100)" }, { "name": "filter", "value": "", "type": "query", "description": "SCIM-style filter expression" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of users using the SCIM 2.0 protocol. Note that SCIM endpoints use a different pagination scheme from other Trelica endpoints." } ] } ], "bundled": true }