Logo
Zoom Public API Documentation

phone-users-{user Id}-call logs

Number of APIs: 4


1. Get user's call logs

GET {{baseUrl}}/phone/users/:userId/call_logs?page_size=30&from=2020-10-31&to=2021-12-31&type=all&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&phone_number=+12055432724&time_type=startTime



2. Get user voicemail details from a call log

GET {{baseUrl}}/phone/users/:userId/call_logs/:id/voice_mail



3. Delete a user's call log

DELETE {{baseUrl}}/phone/users/:userId/call_logs/:callLogId



4. Sync user's call logs

GET {{baseUrl}}/phone/users/:userId/call_logs/sync?sync_type=FSync&count=50&sync_token=SDVjM3NHRlNyMF8xNjQwODI3NTkyMzkwXzE2NDgwMTUzNTk0MzI=



ENDPOINTS