Sdk init with user and password

I created user with restful api
but when I init sdk such as Android sdk sdk.login(username,passwrod)
what is this scene work
use api has no password

Hi hjh22343,

Thanks for the post. Are you using this API to create user https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usercreate? If so, which action are you using? If you are using create, then you will need a password in the user_info payload, and you can use that email and password to login in SDK. If you are using custCreate, the user who is created by this type is not able to log into the Zoom client(as mentioned in the doc).

Hope this helps. Thanks!