User Not found Error for /users/<UserID>/settings endpoint

Using this template helps us debug your issues more effectively :slight_smile:

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 -

  1. 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.

Any updates on this?
We are getting user not found exception for user exists in system for /users//settings API request

Hey @chandrashekhar.gaikw,

Thank you for reaching out to the Zoom Developer Forum. When looking up those User IDs, I’m not seeing a user in our system either. As a test, are you able to use the email of the user instead?

Please send an email to developersupport@zoom.us with a link to this thread if you’re still seeing this. In that email, please include the full request and response (for one of the relevant users) that you received when calling the List Users API.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.