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.