No matter if i try the id or the email, i see:
“{"code":1001,"message":"User does not exist: ***"}”
For sure the user exist and when calling the /users/ endpoint it works ok.
{
“id”: “",
“first_name”: “Star”,
“last_name”: “Varb”,
“email”: "s**”,
“type”: 2,
“role_name”: “Contractors”,
…
}
I have tried multiple users in the account - same result.
Thanks for reaching out to the Zoom Developer Forum.
I am happy to help here!
Can you please try passing the email in your request url instead of passing the id?
Hi @stanimir.varbanov
I was able to look into this issue and it looks like the user you are trying to query does not have a phone number associated with their account.
Make sure that the user has a phone associated with their account
I have also edited your posts to hide the personal information for security
Best,
Elisa
Hi @stanimir.varbanov
I see what you mean, but it looks like this phone number is only part of their personal contact information and it is not linked with a Zoom phone license.
If you ask the Admin or owner of the account, they will be able to confirm with you that the user you are trying to get data from, does not have a Zoom phone license associated.
Exactly @stanimir.varbanov the call logs are only intended to bring you data from Zoom Phone.
And you can only see the meeting that the user has created, but we do not have an endpoint that will bring you data of the meetings that the user has attended.