Webex · Example Payload

Webex Removeidentitiesfromperson Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Removeidentitiesfromperson 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

Raw ↑
{
  "operationId": "removeIdentitiesFromPerson",
  "method": "PATCH",
  "path": "/admin/v1/api/person/remove-identities/workspace-id/{workspaceId}/person-id/{personId}",
  "summary": "Remove one/more Identities from a person",
  "requestExamples": [
    {
      "contentType": "application/json-patch+json",
      "example": [
        "ram@cisco.com",
        "1e4qre2g7"
      ]
    }
  ],
  "responseExamples": []
}