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

Get Loggedin User Orgs

Description

Lists all organizations of the logged user account.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/auth/v1/loggedinuser/orgs
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns LoggedInUserOrgsDto of type application/json
{
	"loggedInUserOrgs": [
		"...",
		"..."
	]
}
array of string
loggedInUserOrgs Optional

List of logged in user orgs.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://console.navigator.vmware.com/cphub/api/auth/v1/loggedinuser/orgs


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

Was this page helpful?