Retrieve Details About a Single Organization
You can retrieve details about a single organization by using the customer management API.
Prerequisites
- You have the Provider Administrator, Provider Operations Administrator, or Provider Account Administrator role in your VMware Cloud Partner Navigator provider organization.
- Obtain an access token from the organization you
want to manage and set it as the
csp-auth-token
request header. See Using VMware Cloud Partner Navigator APIs. - Set the
Content-Type
header of this request toapplication/json
.
Procedure
- ♦
Enter the ID of the organization
that you want to retrieve details about, and run a GET request.
GET https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/org_ID
Results
The response returns information about the selected organization.
Example: Retrieve Details About a Single Organization
This example retrieves information about a single provider or customer organization.
GET https://console.cloud.vmware.com/cphub/api/core/v1/mgmt/orgs/9fb942e0-3e93-49ce-8617-0eed023d9d25
The response returns information about
the
organization.
{ "createTimestamp" : 1557857413135, "updateTimestamp" : 1563265359178, "id" : "9fb942e0-3e93-49ce-8617-0eed023d9d25", "name" : " jy99ayz7", "displayName" : "Lorem", "companyName" : "Lorem Ipsum", "country" : "US", "state" : "Atlanta", "city" : "Georgia", "zip" : "30313", "domain" : “lorem.com", "tag" : " hightouchVMC ", "status" : "ACTIVE", "orgType" : "TENANT", "parentOrgId" : "9d9648a7-115a-4a06-a613-a0c4077469f7", "childOrgIds" : [ ], "tenantType" : "DEFAULT", "isFederated" : false }