[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Loggedin User Orgs
DescriptionLists all organizations of the logged user account.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://console.navigator.vmware.com/cphub/api/auth/v1/loggedinuser/orgs
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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 SamplesCode Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v1/loggedinuser/orgs
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator