[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Get Paginated Tenants
DescriptionRetrieves all customer organizations managed by a specified provider organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{orgId}/tenants/paginated
Path Parameters
Path Parameters
string
orgId
Required
- ID of the MSP organization in CSP.
Parameter Serialization Style:
simple
Query Parameters
Query Parameters
string
order_by
Optional
- Sequence to retrieves customer organizations.
Parameter Serialization Style:
form
integer
page_limit
Optional
- Maximum number to return in response. Defaults to 100
Parameter Serialization Style:
form
integer
page_start
Optional
- Start index of records to fetch. Defaults to 1
Parameter Serialization Style:
form
Header Parameters
Header Parameters
string
csp-auth-token
Optional
- Access token generated from refresh token for authentication.
Parameter Serialization Style:
simple
Request Body
Request Body
CustomerFilter
of mimetype application/json
Required
Payload to retrieve customer organizations managed by a specified provider organization.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
array
of
Org
of type */*
This response body class contains all of the following:
BaseEntity, InlineOrg1
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "csp-auth-token: string" -H "Content-Type: application/json" -d '{"key":"DISPLAY_NAME","operator":"LIKE","value":"string"}' https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{orgId}/tenants/paginated
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Lifecycle Management Operations
post
post
patch
get
get
put