/v2/users/<email> end point returns verified as 0


Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
API /v2/users/ -

Description
Even though an user in my account has signed up and able to login and use the login created, the API is returning verified as 0.

Error?
verified is returning as 0 for /users endpoint for valid users

How To Reproduce
Steps to reproduce the behavior:

  1. signup an user in the account
  2. get user info via v2/users/ endpoint and check for verified attribute

I would like to understand

  1. what are the ways to get the user as verified?
  2. if email for verification did not reach the user, what is the alternate way? how do I get my users verified?

this is blocking our development flow. and we are thinking to remove this check but not sure if this is a right approach to ignore verified flag.

Hi @app.itsm.ind
Thanks for reaching out to the Zoom Developer Forum and welcome to our community, I am happy to help here!
Are you adding these users via API? Allow me some time to do some testing on my end and try and replicate this behavior

Hi @app.itsm.ind
thanks for your patience! I was able to run some test on my and I could not replicate the behavior you are seeing.
Whenever I accept the Zoom invite and verify the email, I get the verified field back as 1.
Could you please confirm that you are still experiencing this behavior?