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:
- signup an user in the account
- get user info via v2/users/ endpoint and check for verified attribute
I would like to understand
- what are the ways to get the user as verified?
- 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.