Menampilkan daftar anggota organisasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryUserList |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Keyword |
string |
No |
Kata kunci untuk mencari anggota organisasi berdasarkan nama pengguna atau nama panggilan. |
test |
| PageNum |
integer |
No |
Nomor halaman yang akan dikembalikan.
|
1 |
| PageSize |
integer |
No |
Jumlah anggota organisasi yang akan dikembalikan per halaman.
|
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| RequestId |
string |
The request ID. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
The paginated list of users. The |
|
| Data |
array<object> |
The list of users. |
|
|
object |
The details of a user. |
||
| AccountId |
string |
The ID of the Alibaba Cloud account. If a user is not added by using a RAM user, the Alibaba Cloud ID of the user is returned only after the user logs on to the Quick BI console for the first time. |
1355******** |
| AccountName |
string |
The name of the Alibaba Cloud account. |
test |
| AdminUser |
boolean |
Indicates whether the user is an organization administrator. Valid values:
Penting
This parameter is deprecated. We recommend that you use the RoleIdList parameter. |
true |
| AuthAdminUser |
boolean |
Indicates whether the user is a permission administrator. Valid values:
Penting
This parameter is deprecated. We recommend that you use the RoleIdList parameter. |
true |
| JoinedDate |
integer |
The time when the user joined the organization. |
1718691704000 |
| LastLoginTime |
integer |
The time when the user last logged on. |
1718761320681 |
| NickName |
string |
The nickname of the organization member. |
test |
| RoleIdList |
array |
The list of IDs of the roles that are assigned to the user in the organization. |
|
|
integer |
The ID of the role in the organization. A maximum of three roles can be returned, including but not limited to the following built-in roles in the organization:
|
111111111 |
|
| UserId |
string |
The user ID in Quick BI. |
fe67f61a35a94b7da1a34ba174a7**** |
| UserType |
integer |
The user type of the organization member. Valid values:
|
1 |
| IsDeleted |
boolean |
The status of the user. Valid values:
|
false |
| CopilotModules |
array |
||
|
string |
|||
| PageNum |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| TotalNum |
integer |
The total number of matching users. |
1 |
| TotalPages |
integer |
The total number of pages. |
1 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"Data": [
{
"AccountId": "1355********",
"AccountName": "test",
"AdminUser": true,
"AuthAdminUser": true,
"JoinedDate": 1718691704000,
"LastLoginTime": 1718761320681,
"NickName": "test",
"RoleIdList": [
111111111
],
"UserId": "fe67f61a35a94b7da1a34ba174a7****",
"UserType": 1,
"IsDeleted": false,
"CopilotModules": [
"qreport "
]
}
],
"PageNum": 1,
"PageSize": 10,
"TotalNum": 1,
"TotalPages": 1
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.