{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Users API - Version 14 API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users API - Version 14", "type": "folder" }, "items": [ { "info": { "name": "Get the Data Level Filters That Apply to a User", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/users/:userId/filters", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Set the Filters That Will Be Applied to a User Query", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/v14/users/:userId/filters", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get the Reports That a User Can Access", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/users/:userId/reports", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" }, { "name": "includeConfig", "value": "", "type": "query", "description": "Whether to include the detailed configuration of the report in the response." } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Set Which Reports a User Can Access", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/v14/users/:userId/reports", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The unique identifier of a user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Health Check for the Users Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/users/monitoring/health" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get the Users Service Status", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/users/status" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get a User", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." } ] } ], "bundled": true }