latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

User

List extension contact changes

List extension contact changes.

post/user/extension_contacts/sync_tokens/{token}/diff

Path parameters

tokenstring required

The sync token.
Clients should treat the sync token as an opaque string and should never try to assemble it.
This document imposes no constraints on the format and clients should never impose any.

Example:RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo.

Response

OK

tokenstring

The sync token.
Clients should treat the sync token as an opaque string and should never try to assemble it.
This document imposes no constraints on the format and clients should never impose any.

Example response

{
  "token": "RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo.",
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
      "email": "example@example.com",
      "mobile_phone": "example@example.com",
      "work_phone": "example@example.com",
      "home_phone": "example@example.com",
      "avatar_file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK",
      "favorite": true,
      "change_type": "CREATED"
    }
  ]
}