Is it possible to change the login type of a user? How many user login types are there?

Description
So far I got 1, 99 100 in the login_types property of some users.

“login_types”: [
1
],

Is it possible to add more than one login user type to a user?

Where can I get the list of all possible login?

To Reproduce
Steps to reproduce the behavior:
Go to https://api.zoom.us/v2/users/jseh@xxxxx.xxx

Device:

  • API Enpdoint: [e.g.users]

Hey @jseh125,

Thank you for reaching out to the Zoom Developer Forum. As the user logs in with different methods, you’ll see that the login_types will add new entries for those methods.

You can find a full list of values in our Get a User API documentation:

Thanks,
Max

1 Like

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