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
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"
}
]
}