In the Call Logs API, the response contains information about who is receiving the call and the caller details. However, in the Call History API, the response does not include the user_id attribute.
Can someone suggest how I can retrieve the user_id details along with the caller information?
Hi @Pradeep2
Thanks for reaching out to us and welcome to the Zoom Developer Forum.
In the Get account’s call history endpoint, you will note that you have caller and callee fields back in the response and depending on the direction of the call, you will use one or the other.
Does that help? if not, can you please share more details of your use case?