Webex · Example Payload
Webex Search Groups Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Search Groups 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": "Search groups",
"method": "GET",
"path": "/identity/scim/{orgId}/v2/Groups",
"summary": "Search groups",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 2,
"itemsPerPage": 2,
"startIndex": 1,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group",
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group"
],
"id": "6d26ba8b-8a07-465c-8e1a-c283eea9b4fd",
"displayName": "wade_test_ccbeca2c-5f25-4c3a-b03c-e3bbc5368405@webex.identity.com",
"externalId": "test",
"members": [
{
"value": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
"type": "user",
"example": "https://example.com/v2/Users/c5349664-9f3d-410b-8bd3-6c31f181f13d",
"display": "A user"
},
{
"value": "ffd2164c-b938-46dd-8b2f-def6c33b45d0",
"type": "group",
"example": "https://example.com/v2/Groups/ffd2164c-b938-46dd-8b2f-def6c33b45d0",
"display": "A nested group"
}
],
"meta": {
"resourceType": "group",
"created": "2011-08-01T21:32:44.882Z",
"lastModified": "2011-08-01T21:32:44.882Z",
"version": "W/\"e180ee84f0671b1\"",
"location": "https://example.com/v2/Groups/6d26ba8b-8a07-465c-8e1a-c283eea9b4fd"
},
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": {
"usage": "location",
"inheritances": [
{
"type": "role",
"value": "id_full_admin",
"nested": false,
"scope": [
"user"
]
}
],
"owners": [
{
"value": "bb9e77e5-91c3-4006-87c7-c18d885174c7"
},
{
"value": "93e10e81-f836-434c-8e4c-8f496aeef8d5"
}
],
"managedBy": [
{
"orgId": "e82f0522-09b1-49fb-9fff-735fee313456",
"type": "user",
"id": "0f0c3024-73dc-4e1f-b4b0-f47e67c0399c",
"role": "location_full_admin"
},
{
"orgId": "cd828192-269c-4bc7-943b-273555227961",
"type": "Machine",
"id": "4ecec95a-0493-4df0-bd1c-c97712561077",
"role": "id_user_admin"
}
],
"provisionSource": "AD",
"meta": {
"organizationID": "4859c223-7f76-453a-919d-4138645454546"
}
}
},
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group",
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group"
],
"id": "89ef7711-0d50-469f-8eb7-8ef47da7102f",
"displayName": "wade_test_ccbeca2c-5f25-4c3a-b03c-e3bbc5368405@webex.identity.com",
"externalId": "test",
"members": [
{
"value": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
"type": "user",
"example": "https://example.com/v2/Users/c5349664-9f3d-410b-8bd3-6c31f181f13d",
"display": "A user"
},
{
"value": "ffd2164c-b938-46dd-8b2f-def6c33b45d0",
"type": "group",
"example": "https://example.com/v2/Groups/ffd2164c-b938-46dd-8b2f-def6c33b45d0",
"display": "A nested group"
}
],
"meta": {
"resourceType": "group",
"created": "2011-08-01T21:32:44.882Z",
"lastModified": "2011-08-01T21:32:44.882Z",
"version": "W/\"e180ee84f0671b1\"",
"location": "https://example.com/v2/Groups/89ef7711-0d50-469f-8eb7-8ef47da7102f"
},
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": {
"usage": "location",
"owners": [
{
"value": "bb9e77e5-91c3-4006-87c7-c18d885174c7"
},
{
"value": "93e10e81-f836-434c-8e4c-8f496aeef8d5"
}
],
"managedBy": [
{
"orgId": "e82f0522-09b1-49fb-9fff-735fee313456",
"type": "user",
"id": "0f0c3024-73dc-4e1f-b4b0-f47e67c0399c",
"role": "location_full_admin"
},
{
"orgId": "cd828192-269c-4bc7-943b-273555227961",
"type": "Machine",
"id": "4ecec95a-0493-4df0-bd1c-c97712561077",
"role": "id_user_admin"
}
],
"provisionSource": "AD",
"meta": {
"organizationID": "e9f9ab27-0459-4cd0-bd72-089bde5a7da6"
}
}
}
]
}
}
]
}