Queries user information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:GetUserInformation |
get |
*UserInfo
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
52EBAF16-22F6-53DB-AE1E-44764FC62AF0 |
| DeliverySettings |
object |
The delivery settings. |
|
| OssEnabled |
boolean |
Specifies whether to deliver data to Object Storage Service (OSS). Valid values:
|
true |
| OssBucketName |
string |
The name of the OSS bucket. |
0101data |
| OssPath |
string |
The path in OSS. |
/test |
| OssExpirationDays |
integer |
The number of days to save screen recordings. |
7 |
| ActiontrailDeliveryToOssEnabled |
boolean |
Specifies whether to use the delivery feature. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "52EBAF16-22F6-53DB-AE1E-44764FC62AF0",
"DeliverySettings": {
"OssEnabled": true,
"OssBucketName": "0101data",
"OssPath": "/test",
"OssExpirationDays": 7,
"ActiontrailDeliveryToOssEnabled": true
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.