User created using the custCreate action using the Zoom API

I created a user using the Zoom API’s custCreate action as below:

{
“action”: “create”,
“user_info”: {
“email”: “jchill@example.com”,
“first_name”: “Jill”,
“last_name”: “Chill”,
“display_name”: “Jill Chill”,
“password”: “if42!LfH@”,
“type”: 1
}
}

However, when this user attempts to join a meeting via the “Join Meeting” link generated by the Zoom Outlook plugin, they cannot become the host without signing in. Am I missing something, or is there a workaround to achieve this?

Thanks.

@veer.singh for custCreate users, you will need to authenticate them using ZAK token. You can get the custCreate user’s ZAK token via the REST API