Make user sign in by exist zoom account by api

I want api to use it to make user add email and password and generate the token from it so I can user in the other apis

Hi @aya.ashraf,

If you wish to be able to perform actions on behalf of a user via API, the supported method for this is to create an OAuth App:

This will allow users to authorize your access to perform actions or query data on their behalf, via an access_token. You can read about this flow here:

Let me know if this helps—thanks!
Will

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