Create users
POST
/users
Users
Prerequisites:
Scopes:
user:write:admin
user:write
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.zoom.us/v2/users' \
--form 'action=""'
响应示例响应示例
201 - response
{
"email": "string",
"first_name": "string",
"id": "string",
"last_name": "string",
"type": "integer"
}
请求参数
Body 参数multipart/form-data
action
enum<string>
必需
create
- User will get an email sent from Zoom. There is a confirmation link in this email. The user will then need to use the link to activate their Zoom account. The user can then set or change their password.autoCreate
- This action is provided for the enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain.custCreate
- Users created via this option do not have passwords and will not have the ability to log into the Zoom Web Portal or the Zoom Client. These users can still host and join meetings using the start_url
and join_url
respectively. To use this option, you must contact the ISV Platform Sales team at isv@zoom.us.ssoCreate
- This action is provided for the enabled “Pre-provisioning SSO User” option. A user created in this way has no password. If not a basic user, a personal vanity URL using the user name (no domain) of the provisioning email will be generated. If the user name or PMI is invalid or occupied, it will use a random number or random personal vanity URL.枚举值:
createautoCreatecustCreatessoCreate
user_info
object
可选
email
string
必需
<= 128 字符
first_name
string
可选
<= 64 字符
last_name
string
可选
<= 64 字符
password
string <password>
可选
password_requirement
field present in the security
object.>= 8 字符<= 32 字符
type
enum<integer>
必需
1
- Basic.2
- Licensed.3
- On-prem.99
- None (this can only be set with ssoCreate
).枚举值:
12399
返回响应
修改于 2024-04-24 09:06:48