Using this template helps us debug your issues more effectively
Description
We observed that /users//settings API is failing exception “user User does not exist”, we analysed found that we first fetch all users using API request https://api.zoom.us/v2/users.
We do get the user records in response (https://api.zoom.us/v2/users - ListUsers) for which above exception in occurring.
Once we have all the user records we execute /users//settings endpoint for each individual user record to list user Settings.
It has been observed that this request is failing with exception “user does not exists” even though we have user record available in ListUsers API response.
UserId -
- id: UCitGvHFQoqSQ5QSiklNKg
2.id: 1XXWCzxnQPGYMQqmDibLfg
Error
{“code”:1001,“message”:“User does not exist: UCitGvHFQoqSQ5QSiklNKg.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/users//settings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
NA
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.