Webex · Example Payload
Webex Getallconfigwithpagedmetadata 1 Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Getallconfigwithpagedmetadata 1 Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "getAllConfigWithPagedMetaData_1",
"method": "GET",
"path": "/organization/{orgid}/v2/user",
"summary": "List User(s)",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"data": [
{
"imiUserCreated": false,
"lastName": "Wick",
"userLevelSummariesInclusion": "INCLUDED",
"timezone": "America/New_York",
"preferredSupervisorTeamId": "2f9eecc5-0472-4549-9a83-2afdae0d4ba1",
"organizationId": "f53c8b54-46ca-43f6-ba05-08426a46e23d",
"broadCloudUserId": "1dq21e23-1234-5578-9a83-2afdae0d4ba1",
"externalIdentifier": "121212",
"createdTime": 1679393400000,
"lastUpdatedTime": 1679393400000,
"id": "93912f11-6017-404b-bf14-5331890b1797",
"contactCenterEnabled": true,
"email": "johnwick@company.com",
"ciUserId": "1dq21e23-1234-5578-9a83-2afdae0d4ba1",
"xspVersion": "xsp-24.0",
"userLevelAutoCSATInclusion": "INCLUDED",
"mobile": "1234567890",
"active": true,
"version": 1,
"skillProfileId": "f53c8b54-46ca-43f6-ba05-08426a46e23d",
"firstName": "John",
"userLevelWellnessBreakReminders": "DISABLED",
"agentProfileId": "8e6bb6da-2a78-4768-bef9-7e229f92af22",
"siteId": "8e6bb6da-2a78-4768-bef9-7e229f92af22",
"userLevelBurnoutInclusion": "INCLUDED",
"workPhone": "1234567890",
"userProfileId": "1dq21e23-1234-5578-9a83-2afdae0d4ba1",
"multimediaProfileId": "f53c8b54-46ca-43f6-ba05-08426a46e23d",
"subscriptionId": "04d0bdf6-6d6a-4aae-8a8a-71c9152e6478",
"deafultDialledNumber": "1234567890"
}
],
"meta": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
},
{
"status": "200",
"contentType": "application/hal+json",
"example": {
"data": [
{
"imiUserCreated": false,
"lastName": "Wick",
"userLevelSummariesInclusion": "INCLUDED",
"timezone": "America/New_York",
"preferredSupervisorTeamId": "2f9eecc5-0472-4549-9a83-2afdae0d4ba1",
"organizationId": "f53c8b54-46ca-43f6-ba05-08426a46e23d",
"broadCloudUserId": "1dq21e23-1234-5578-9a83-2afdae0d4ba1",
"externalIdentifier": "121212",
"createdTime": 1679393400000,
"lastUpdatedTime": 1679393400000,
"id": "93912f11-6017-404b-bf14-5331890b1797",
"contactCenterEnabled": true,
"email": "johnwick@company.com",
"ciUserId": "1dq21e23-1234-5578-9a83-2afdae0d4ba1",
"xspVersion": "xsp-24.0",
"userLevelAutoCSATInclusion": "INCLUDED",
"mobile": 1234567890,
"active": true,
"version": 1,
"skillProfileId": "f53c8b54-46ca-43f6-ba05-08426a46e23d",
"firstName": "John",
"userLevelWellnessBreakReminders": "DISABLED",
"agentProfileId": "8e6bb6da-2a78-4768-bef9-7e229f92af22",
"siteId": "8e6bb6da-2a78-4768-bef9-7e229f92af22",
"userLevelBurnoutInclusion": "INCLUDED",
"workPhone": 1234567890,
"userProfileId": "1dq21e23-1234-5578-9a83-2afdae0d4ba1",
"multimediaProfileId": "f53c8b54-46ca-43f6-ba05-08426a46e23d",
"subscriptionId": "04d0bdf6-6d6a-4aae-8a8a-71c9152e6478",
"deafultDialledNumber": 1234567890
}
],
"meta": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
},
{
"status": "401",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "401",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "401",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "403",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "403",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "403",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "404",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "404",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "404",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "429",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "429",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "429",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "500",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "500",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "500",
"entity": "cc_user",
"references": []
}
]
}
}
}
]
}