Webex · Example Payload
Webex Update A Group With Put Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Update A Group With Put 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": "Update a group with PUT",
"method": "PUT",
"path": "/identity/scim/{orgId}/v2/Groups/{groupId}",
"summary": "Update a group with PUT",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group",
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group"
],
"displayName": "group1@example.com",
"externalId": "test",
"members": [
{
"value": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
"type": "user"
}
],
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": {
"usage": "policy",
"inheritances": [
{
"type": "role",
"value": "id_full_admin",
"nested": false,
"scope": [
"user"
]
}
],
"owners": [
{
"value": "c5349664-9f3d-410b-8bd3-6c31f181f13d"
}
],
"managedBy": [
{
"orgId": "d1349664-9f3d-410b-8bd3-6c31f181f14e",
"type": "user",
"id": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
"role": "location_full_admin"
}
]
}
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group",
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group"
],
"id": "w48389cd-4cc3-4a80-8b6d-ecb5632ea117",
"displayName": "test_Wade_newName@webex.identity.com",
"externalId": "test_new",
"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"
}
],
"urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": {
"usage": "policy",
"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": "AAD",
"meta": {
"organizationID": "bb9e77e5-91c3-4006-87c7-c18d885174c7"
}
},
"meta": {
"resourceType": "group",
"location": "https://identity.webex.com/identity/scim/bb9e77e5-91c3-4006-87c7-c18d885174c7/v2/Groups/w48389cd-4cc3-4a80-8b6d-ecb5632ea117",
"version": "W/\"73585827739\"",
"created": "2022-11-15T08:21:54.725Z",
"lastModified": "2022-11-15T08:21:54.725Z"
}
}
}
]
}