Queries the members of an organization.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryUserList |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Keyword |
string |
No |
The keyword of the username or nickname of the organization member. |
测试用户 |
| PageNum |
integer |
No |
Current page number for organization member list:
|
1 |
| PageSize |
integer |
No |
The number of rows per page in a paged query.
|
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
| RequestId |
string |
The ID of the request. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
The pagination result of the user list is returned. The detailed information list of organization members is stored in the response parameter Data. |
|
| Data |
array<object> |
Returns the list of requested users. |
|
|
object |
|||
| AccountId |
string |
The ID of the Alibaba Cloud account. |
1355******** |
| AccountName |
string |
The name of the Alibaba Cloud account that corresponds to the member. |
测试用户 |
| AdminUser |
boolean |
Indicates whether the organization administrator. Valid values:
|
true |
| AuthAdminUser |
boolean |
Indicate whether the RAM user is a permission administrator. Valid values:
|
true |
| JoinedDate |
integer |
Join Date |
1718691704000 |
| LastLoginTime |
integer |
Last login time. |
1718761320681 |
| NickName |
string |
The nickname of the organization member. |
测试用户 |
| RoleIdList |
array |
List of organization role IDs bound to the user. |
|
|
integer |
Organization role IDs, up to three, including but not limited to pre-defined organization roles:
|
111111111 |
|
| UserId |
string |
The UserID in the Quick BI. |
fe67f61a35a94b7da1a34ba174a7**** |
| UserType |
integer |
The role type of the organization member. Valid values:
|
1 |
| IsDeleted |
boolean |
User status:
|
false |
| PageNum |
integer |
The page number of the returned page. |
1 |
| PageSize |
integer |
The number of rows per page set when the interface is requested. |
10 |
| TotalNum |
integer |
The total number of rows in the table. |
1 |
| TotalPages |
integer |
The total number of pages returned. |
1 |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"Data": [
{
"AccountId": "1355********",
"AccountName": "测试用户",
"AdminUser": true,
"AuthAdminUser": true,
"JoinedDate": 1718691704000,
"LastLoginTime": 1718761320681,
"NickName": "测试用户",
"RoleIdList": [
111111111
],
"UserId": "fe67f61a35a94b7da1a34ba174a7****",
"UserType": 1,
"IsDeleted": false
}
],
"PageNum": 1,
"PageSize": 10,
"TotalNum": 1,
"TotalPages": 1
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.