{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Users 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", "type": "folder" }, "items": [ { "info": { "name": "Show User", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/users/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "The username of the user to show.
**Example:** `jsmith@email.com-google`" } ] }, "docs": "Shows a user.
**Required privilege:** Users - View" }, { "info": { "name": "Update User Additional Information", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/users/:username", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update User Additional Information" }, { "info": { "name": "List User Realms", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/users/:username/realms", "params": [ { "name": "username", "value": "", "type": "path", "description": "The username of the user for which to list realms.
**Example:** `jsmith@email.com-google`" } ] }, "docs": "Lists the realms of a user.
**Required privilege:** Users - View" } ] } ], "bundled": true }