Webex Common Identity User Sync API
Webex Common Identity Contact Center user sync API is accessible by PCCE Administrator roles only.
This API can be used to pull Webex Common Identity Contact Center users to CCE database.
URL
https://<server>/unifiedconfig/config/wxci/sync
Operations
-
POST: Manually trigger the Webex CI User Sync task.
REST Responses
Following are the possible REST responses that can be received for Webex CI User Sync API calls:
-
Success (202 Accepted)
-
User sync task already running (403 Forbidden)
-
User sync task disabled (403 Forbidden)
Example of API 202 response headers:
-
Location: https://<server>/unifiedconfig/config/asyncrequeststatus/db/<asyncTaskID>
Example of API 202 response body:
{
"progress": "IN_QUEUE"
}

Feedback