All Products
Search
Document Center

Cloud Firewall:DescribeMemberInfo

Last Updated:Nov 25, 2025

Describes member information.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 :

    Yes

  • false :

    No

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.