All Products
Search
Document Center

Virtual Private Cloud:ListIpamMembers

Last Updated:Dec 30, 2025

Lists the members managed by the IPAM trusted service.

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 syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The ID of the hosted region of the IPAM. Call the DescribeRegions operation to get the region ID.

cn-hangzhou

MemberIds

array

No

A list of IDs of members managed by the IPAM trusted service.

string

No

The ID of a member managed by the IPAM trusted service.

fd-ccccncASqa

NextToken

string

No

The token that is used to retrieve the next page of results. Valid values:

  • If NextToken is empty, no more results are available.

  • If NextToken has a value, the value is the token for the next query.

FFmyTO70tTpLG6I3FmYAXGKPd****

MaxResults

integer

No

The maximum number of entries to return on each page. Valid values: 1 to 100. Default value: 10.

20

Response elements

Element

Type

Description

Example

object

ListTokenResult

MemberInfos

array<object>

A list of members managed by the IPAM trusted service.

object

CreationTime

string

The time when the member was added.

2025-07-11T07:18:07Z

MemberId

string

The member ID.

  • Folder ID: The ID of the folder.

  • Account UID: The UID of the member account in the resource directory.

fd-ccccncASqa

MemberType

string

The type of the member. Valid values:

  • Folder: The member is a folder.

  • Account: The member is a member account in the resource directory.

Folder

Status

string

The status of the member managed by the IPAM trusted service. Valid values:

  • Created: The member is managed.

  • Deleted: The member is removed.

Created

NextToken

string

The token that is used to retrieve the next page of results. Valid values:

  • If NextToken is empty, no more results are available.

  • If NextToken has a value, the value is the token for the next query.

FFmyTO70tTpLG6I3FmYAXGKPd****

TotalCount

integer

The total number of entries that match the query.

20

MaxResults

integer

The maximum number of entries returned on each page. Valid values: 1 to 100. Default value: 10.

10

Count

integer

The number of entries returned on the current page.

6

RequestId

string

The request ID.

B90776C8-F703-51D5-893A-AD1CA699D535

Examples

Success response

JSON format

{
  "MemberInfos": [
    {
      "CreationTime": "2025-07-11T07:18:07Z",
      "MemberId": "fd-ccccncASqa",
      "MemberType": "Folder",
      "Status": "Created"
    }
  ],
  "NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
  "TotalCount": 20,
  "MaxResults": 10,
  "Count": 6,
  "RequestId": "B90776C8-F703-51D5-893A-AD1CA699D535"
}

Error codes

HTTP status code

Error code

Error message

Description

400

OperationDenied.IpamNotExist

The operation is not allowed because the IPAM does not exist.

IPAM does not exist in the current region. IPAM trusted service members cannot be managed.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.