v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424171133.3 KB

Provides information on whether the supplied account IDs are associated with a membership.

AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be 123123123 which is nine digits, and with zero-prepend would be 000123123123. Not zero-prepending to 12 digits could result in errors.

post/v1/membership/{membershipId}/batch-member-details

Path parameters

membershipIdstring required

Required element used in combination with BatchGetMemberAccountDetails to identify the membership ID to query.

Request body

accountIdsAWSAccountId[] required
<p>Optional element to query the membership relationship status to a provided list of account IDs.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>

Response

Success

All 24 operations