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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;first_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:1}