Description
I Have a Pro Account but cannot create / invite with licensed type users. It works only for basic type.
Error
This is the error message that I’ve got
“code”: 3412,
“message”: “Your request to add a new Licensed user could not be approved at this time because your account has reached the permitted maximum number of 1 paying users. Please purchase additional licenses or contact the Zoom support team to provision additional users in your account.”
Which App Type (OAuth / Chatbot / JWT / Webhook)?
I Use JWT Token
Which Endpoint/s?
Endpoint : https://api.zoom.us/v2/users
Method: POST
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
create a simple user with this request payload
{
“action”: “create”,
“user_info”: {
“email”: “addyarizki@example.com”,
“type”: 2,
“first_name”: “Addya”,
“last_name”: “Rizki”
}
} -
Send Request with POST method to https://api.zoom.us/v2/users
Screenshots (If applicable)