List Current Associated Tenants

List Current Associated Tenants

API code: LIST_CURRENT_ASSOCIATED_TENANTS
Pre-authorized role(s): TENANT_USER | TENANT_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Get associated tenants for current user's tenant

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/associated-tenants
COPY
Query Parameters
boolean
accessible-only
Optional

Fetch accessible associated tenants or not.

integer
offset
Optional

The start index of items to return for the current page.

integer
limit
Optional

The max count of items to return for the current page.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PageAssociatedOrg of type(s) application/json
{
    "items": [
        {
            "name": "string",
            "orgId": "string",
            "siteName": "string",
            "siteId": "string",
            "fullId": "string",
            "sitePortalUrl": "string",
            "accessible": false,
            "local": false
        }
    ],
    "pageInfo": {
        "offset": 0,
        "limit": 0,
        "total": 0
    }
}
items
Optional

items

pageInfo
Optional

pageInfo