[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

Create Tenant

Description

Creates a new customer organization for a specified provider organization.

Request

Request

URL

URL


post
https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{orgId}/tenants
Copy

Path Parameters

Path Parameters

string
orgId Required

  • ID of the MSP organization in CSP.

Parameter Serialization Style: simple

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

Org of mimetype application/json Required

Payload to create a new customer organization for a specified provider organization.

This request body class requires all of the following: BaseEntity, InlineOrg1
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns Org of type */*
This response body class contains all of the following: BaseEntity, InlineOrg1

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X POST -H "csp-auth-token: string" -H "Content-Type: application/json" -d '{"additionalMasterOrgIds":["string"],"addressLine1":"string","addressLine2":"string","adminUserEmail":"string","adminUserName":"string","aggregateContractIds":["string"],"alternatePrimaryContact":{"email":"string","username":"string"},"alternatePrimaryContacts":[{"email":"string","username":"string"}],"childOrgIds":["string"],"city":"string","companyName":"string","configStatus":{"configResults":[{"message":"string","state":"PAYMENT_METHOD_CONFIG_ERROR"}],"configState":"SUCCESS"},"country":"string","createdByUserId":"string","currencies":[{"default":false,"isDefault":false,"name":"string"}],"description":"string","displayName":"string","domain":"string","id":"string","isFederated":false,"metaData":{"key":"string"},"name":"string","natures":"ALL_NATURE","optOut":false,"orgType":"OPERATOR","parentOrgId":"string","partnerTypes":"PARTNER","phone":"string","primaryContact":{"email":"string","username":"string"},"primaryContacts":[{"email":"string","username":"string"}],"providerStatus":"TRIAL","providerType":"STANDARD","realm":"CPHUB","seller":"VMWARE","spPrmId":"string","state":"string","status":"ACTIVE","tag":"string","tenantType":"INTENRAL","updatedByUserId":"string","website":"string","zip":"string"}' https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{orgId}/tenants


Feedback

Was this page helpful?