跳到主要内容

更新用户信息

基本信息

请求路径
PUT /openapi/v1/users/{user_id}
Body请求参数
{
"password": "stringst",
"enterprise_id": "string",
"email": "user@example.com",
"phone": "string",
"is_active": true
}

请求参数

名称位置类型必选说明
user_idpathstringnone
bodybodyUpdateUsernone

返回结果

状态码状态码含义说明数据模型
200OK成功UpdateUser

模型

UpdateUser

名称类型必选约束中文名说明
passwordstringfalsenonePassword密码
enterprise_idstringfalsenoneEnterprise identerprise_id
emailstring(email)falsenoneEmail邮件地址
phonestringfalsenonePhone手机号码
is_activeboolean¦nullfalsenoneIs active激活状态

属性

{
"password": "stringst",
"enterprise_id": "string",
"email": "user@example.com",
"phone": "string",
"is_active": true
}