Update a user
PATCH
/users/{userId}
Users
Scopes:
user:write:admin
user:write
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://api.zoom.us/v2/users/'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
userId
string
必需
me
as the value for userId.Query 参数
login_type
enum<string>
可选
0
- Facebook.1
- Google.99
- API.100
- Zoom.101
- SSO.枚举值:
0199100101
Body 参数multipart/form-data
cms_user_id
string
可选
company
string
可选
<= 255 字符
custom_attributes
object
可选
key
string
可选
name
string
可选
value
string
可选
dept
string
可选
first_name
string
可选
<= 64 字符
group_id
string
可选
host_key
string
可选
>= 6 字符<= 10 字符
job_title
string
可选
<= 128 字符
language
string
language
last_name
string
可选
<= 64 字符
location
string
可选
<= 256 字符
manager
string <email>
可选
phone_country
string
可选
phone_number
field is a Brazil based number, the value of the phone_country
field should be BR
.phone_number
string
可选
phone_country
field.phone_numbers
object
可选
code
string
可选
country
string
可选
number
field is a Brazil based number, the value of the country
field should be BR
.number
string
可选
pmi
integer
可选
timezone
string
可选
type
enum<integer>
可选
1
- Basic.2
- Licensed.3
- On-prem.99
- None (this can only be set with ssoCreate
).枚举值:
12399
use_pmi
boolean
可选
默认值:
false
示例值:
false
vanity_name
string
可选
返回响应
修改于 2024-04-24 09:06:48