{ "opencollection": "1.0.0", "info": { "name": "Bots userpreferences API", "version": "1.0.0" }, "items": [ { "info": { "name": "userpreferences", "type": "folder" }, "items": [ { "info": { "name": "Get user preferences", "type": "http" }, "http": { "method": "GET", "url": "https://cliq.zoho.com/api/v3/settings/user-preferences", "params": [ { "name": "keys", "value": "", "type": "query", "description": "Comma-separated preference key names to fetch." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Returns the full preference set for the authenticated user.\nThis includes interface settings, notification controls, AV behavior, and accessibility-related options.\n

\n

\n OAuth Scope: ZohoCliq.Profile.READ
\n

\n" }, { "info": { "name": "Update user preferences", "type": "http" }, "http": { "method": "PUT", "url": "https://cliq.zoho.com/api/v3/settings/user-preferences", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates one or more user preferences for the authenticated user.\nSend only the fields you want to modify.\n

\n

\n OAuth Scope: ZohoCliq.Profile.UPDATE
\n

\n" } ] } ], "bundled": true }