{ "opencollection": "1.0.0", "info": { "name": "Trelica REST Application Users 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": "Application Users", "type": "folder" }, "items": [ { "info": { "name": "List Application Users", "type": "http" }, "http": { "method": "GET", "url": "https://app.trelica.com/api/apps/v1/:appId/users", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Unique identifier for the application" }, { "name": "q", "value": "", "type": "query", "description": "Free-text search across user ID, email, and name" }, { "name": "since", "value": "", "type": "query", "description": "Filter users modified after this date/time" }, { "name": "after", "value": "", "type": "query", "description": "Pagination cursor for next page of results" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (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 paginated list of users associated with a specific application." } ] } ], "bundled": true }