查询用户
更新时间:2025-08-15 03:41:38
基本信息
Action
DescribeUsers
Path
/iaas
Method
GET
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
activated |
Integer |
否 |
是否激活 |
channel |
Array |
否 |
|
console |
String |
否 |
Console ID |
currency |
Array |
否 |
货币 |
display_attributes |
Array |
否 |
|
Array |
否 |
邮件 |
|
end_create_time |
String |
否 |
结束创建时间 |
end_rating |
Integer |
否 |
最高优惠价格 |
excluded_users |
Array |
否 |
排除的用户 |
paid_mode |
Array |
否 |
付款方式 |
phone |
Array |
否 |
电话 |
preference |
Integer |
否 |
|
rating |
Array |
否 |
优惠价格列表 |
reverse |
Integer |
否 |
是否倒序排序 |
role |
Array |
否 |
角色 |
root_user |
Array |
否 |
根用户 |
search_word |
String |
否 |
搜索关键字 |
sort_key |
String |
否 |
排序字段 |
start_create_time |
String |
否 |
开始创建时间 |
start_rating |
Integer |
否 |
最低优惠价格 |
status |
Array |
否 |
状态 |
user_name |
String |
否 |
用户名称 |
user_type |
Array |
否 |
用户类型 |
users |
Array |
否 |
用户列表 |
verbose |
Integer |
否 |
是否展示冗余信息 |
返回数据
此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
total_count |
String |
否 |
查询总数 |
user_set |
String |
否 |
查询用户结果列表 |
请求示例
{
"activated": 0,
"channel": [
"channel_0"
],
"console": "console_id_0",
"currency": [
"USD"
],
"display_attributes": [
"phone"
],
"email": [
"474********"
],
"end_create_time": "2022-08-17T06:16:59Z",
"end_rating": 1,
"excluded_users": [
"nobody"
],
"limit": 10,
"offset": 0,
"paid_mode": [
"pre-paid"
],
"phone": [
"157********"
],
"preference": 0,
"rating": [],
"reverse": 0,
"role": [
"administrator"
],
"root_user": [
"root_user"
],
"search_word": "phone_143",
"sort_key": "user_name",
"start_create_time": "2022-08-17T06:15:59Z",
"start_rating": 0,
"status": [
"active"
],
"user_name": "admin",
"user_type": [
"root_user",
"normal_user"
],
"users": [
"admin",
"normal_user"
],
"verbose": 0
}
返回示例
{
"action": "DescribeUsersResponse",
"ret_code": 0,
"total_count": 0,
"user_set": []
}