List Orgs
Return a list of all organizations the calling user (based on credential) is authorized on.
Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs
COPY
Responses
200
OK
Returns Array of Organization of type(s) application/json
[
{
"updated": "string",
"user_id": "string",
"updated_by_user_id": "string",
"created": "string",
"version": 5,
"updated_by_user_name": "string",
"user_name": "string",
"id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
"org_type": "CUSTOMER",
"display_name": "My VMC Org",
"name": "string",
"org_seller_info": {
"seller_account_id": "string",
"seller": "AWS"
},
"project_state": "string",
"properties": {}
}
]
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure