国产乱子伦精品视频潮,日本丰满少妇bbb,妇乱子伦毛片视频,久久AV无码乱码A片无码天美,人妻丁字裤流出白浆

跳到主要內容

查詢子賬號列表

描述?

查詢子賬號列表

請求參數?

參數名參數類型是否必填參數說明
ActionString操作方法:ListIamUsers,此參數為公共參數,不必放body里面
PageNoInteger分頁頁數,最小值為1
PageSizeInteger分頁數量,最大值為100
UserNameString用戶名

返回參數?

名稱類型說明
PagePage由Page組成的數組格式,返回分頁信息
ListList由List組成的數組格式,返回云手機列表信息

Page?

分頁信息的數據類型

名稱類型說明
PageSizeInteger頁面總數
CurrentPageNoInteger當前分頁數
TotalPageInteger總頁數
TotalCountInteger總數

List?

名稱類型說明
UserIdInteger用戶id
UserNameString用戶名
DisplayNameString姓名
CountryCodeString區號
MobilePhoneString手機號碼,帶區號
CloudPhoneGroupCountInteger授權的云手機分組數量
CloudPhoneCountString授權的云手機分組下的手機數量
GroupsInteger子用戶加入的分組數量
CommentsString備注
ConsoleLoginString是否開啟控制臺登錄:Open,Closed,默認開啟
EmailString郵箱
CreateDateLong創建時間
UpdateDateLong更新時間

請求示例?

post //api.cn-henji.com/v2/?Action=ListIamUsers
{
"PageNo":1,
"PageSize": 10,
"UserName": "xxxxxx"
}

返回示例?

{
"code": 10000,
"message": "",
"data": {
"Page": {
"PageSize": 10,
"CurrentPageNo": 1,
"TotalPage": 1,
"TotalCount": 3
},
"List": [{
"UserId": 1000,
 "UserName": "test",
 "DisplayName": "test",
 "CountryCode": "86",
"MobilePhone": "+8615000000000",
"CloudPhoneCount": 1,
"CloudPhoneGroupCount": 1,
"Groups": 1,
"Comments": "test",
  "ConsoleLogin": "Open",
"Email": "test@test.com",
"CreateDate": 1587467268000,
"UpdateDate": 1587467305000
}]
}
}