QueryUserInfoByUserId
Queries user information by user ID.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryUserInfoByUserId |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
Yes |
The user ID. This is the user ID in Quick BI, not an Alibaba Cloud UID. |
fe67f61a35a94b7da1a34ba174a7**** |
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 information about the organization user. |
|
| AccountId |
string |
The Alibaba Cloud account ID. |
135****5848 |
| AccountName |
string |
The Alibaba Cloud account name. |
1386587****@163.com |
| AdminUser |
boolean |
Indicates whether the organization administrator role is assigned to the user. Valid values:
Important This parameter is deprecated. Use the RoleIdList parameter instead. |
true |
| AuthAdminUser |
boolean |
Indicates whether the permission administrator role is assigned to the user. Valid values:
Important This parameter is deprecated. Use the RoleIdList parameter instead. |
true |
|
string |
The email address of the user. |
1386587****@163.com |
|
| NickName |
string |
The nickname of the user. |
测试用户 |
| Phone |
string |
The phone number of the user. |
1386587**** |
| RoleIdList |
array |
The list of organization role IDs that are assigned to the user. |
|
|
integer |
The ID of the organization role. A user can be assigned a maximum of three roles. The roles include but are not limited to the following predefined roles:
|
111111111 |
|
| UserId |
string |
The user ID in Quick BI. |
fe67f61a35a94b7da1a34ba174a7**** |
| UserType |
integer |
The user type of the organization member. Valid values:
|
1 |
| CopilotModules |
array |
The list of |
|
|
string |
The Copilot module. Valid values:
|
qreport |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"AccountId": "135****5848",
"AccountName": "1386587****@163.com",
"AdminUser": true,
"AuthAdminUser": true,
"Email": "1386587****@163.com",
"NickName": "测试用户",
"Phone": "1386587****",
"RoleIdList": [
111111111
],
"UserId": "fe67f61a35a94b7da1a34ba174a7****",
"UserType": 1,
"CopilotModules": [
"qreport"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.