Describes member information.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MemberUid |
string |
No |
The UID of the member account. |
150795602499**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request ID. |
||
| RequestId |
string |
The ID of the request. |
F2665618-3C41-51A4-8DAF-586FB68**** |
| MemberUid |
string |
The UID of the member account. |
128720273643**** |
| AdminUid |
string |
The UID of the Alibaba Cloud account. |
164705101205**** |
| AdminName |
string |
The name of the Alibaba Cloud account. |
田壮 |
| IsMember |
boolean |
Indicates whether the account is a member account. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "F2665618-3C41-51A4-8DAF-586FB68****",
"MemberUid": "128720273643****",
"AdminUid": "164705101205****",
"AdminName": "田壮",
"IsMember": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.