List Aws Sharable Accounts

List Aws Sharable Accounts

API code: LIST_AWS_SHARABLE_ACCOUNTS
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/tenants/{tenantId}/sharable-accounts
COPY
Path Parameters
string
tenantId
Required

The full tenant ID or tenant name. It must be URL encoded.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of AccountResponse of type(s) application/json
[
    {
        "accountId": "string",
        "accountEmail": "string",
        "state": "string",
        "healthMessage": "string",
        "isRemote": false
    }
]