{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Search API", "version": "1.0.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search tasks", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/search", "headers": [ { "name": "TrackingId", "value": "INTEGRATION-9bcdc696-57fa-4e91-b5aa-57a66a347c23" } ], "params": [ { "name": "orgId", "value": "97cdbf45-ebe2-4687-8341-44d5c7abf101", "type": "query", "description": "Organization ID to use for this operation. If unspecified, inferred from token. Token must have permission to interact with this organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The /search API is a GraphQL endpoint that enables customers to fetch data from Webex Contact Center.\n\n**Authentication & Authorization:**\n- **Required Scopes:** `cjp:config` or `cjp:config_read`\n- **Required Roles:** Administrator or Supervisor\n\nMandatory parameters are FROM and TO, which accept datetime in epoch format. The FROM parameter cannot be older than 36 months from the current time. The TO parameter, if given as a future time, will be set to the current time. Optional parameters such " } ] } ], "bundled": true }