Users are created without a default group

Description
The zoom API v1 used to associate automatically a newly created user to the default group.
API v2 is leaving the user out of all groups.

Error
Just change in behavior.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
POST /users
custCreate

How To Reproduce (If applicable)

  1. Create a user using the API v2.
  2. On zoom’s dashboard go to the default group.
  3. Look for the user and it shouldn’t be there.

The user ends up on none of the groups.

Hey @it-vendors,

You will need to use the Add Group Members endpoint after creating the user.

Thanks,
Tommy