医疗智能体 EIHEALTH-获取用户列表:响应参数

时间:2024-05-10 16:07:33

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

count

Integer

用户数

users

Array of GetUserRsp objects

用户信息列表

表4 GetUserRsp

参数

参数类型

描述

id

String

用户id

name

String

用户名,长度4~31之间,首位不能为数字,特殊字符只能包含下划线“_”、中划线“-”和空格

role

String

角色类型:管理员(ADMIN)、操作者(OPERATOR)

status

String

状态

email

String

用户邮箱,需符合邮箱格式

phone

String

用户手机号,纯数字,长度小于等于32位。必须与国家码同时存在。

areacode

String

国家码。中国大陆为“0086”

is_domain_owner

Boolean

是否domain用户

create_time

String

用户创建时间,UTC时间

pwd_status

Boolean

是否需要修改密码

update_time

String

更新时间,UTC时间

source

String

来源,PLATFORM或者IAM

support.huaweicloud.com/api-eihealth/ListUser_0.html