Create users

POST {{baseUrl}}/users

Add a new user to your Zoom account.

Note These rate limits apply when you use the create value for the action field: * 50 requests per day for Free accounts. * 1,500 requests per day for Pro accounts. * 10,000 requests per day for Business+ accounts.

Prerequisites:

  • A Pro or higher plan.

Scopes: user:write:admin

Rate Limit Label : LIGHT

Request Body

{"action"=>"ssoCreate", "user_info"=>{"email"=>"<string>", "type"=>1, "first_name"=>"<string>", "last_name"=>"<string>", "display_name"=>"<string>", "password"=>"<string>", "feature"=>{"zoom_phone"=>"<boolean>", "zoom_one_type"=>268435456}, "plan_united_type"=>"64"}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"email":"\u003cstring\u003e","first_name":"\u003cstring\u003e","id":"\u003cstring\u003e","last_name":"\u003cstring\u003e","type":1}