Get Orgs
Get details of organization
Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}
COPY
Path Parameters
string
org
Required
Organization identifier.
Responses
200
OK
Returns Organization of type(s) application/json
This response body class contains all of the following: AbstractEntity , InlineOrganization1
{
"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",
"project_state": "string",
"properties": {
"values": {
"values": "string"
}
}
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Organization doesn't exist
Returns ErrorResponse of type(s) application/json
{
"status": 0,
"path": "string",
"retryable": false,
"error_code": "string",
"error_messages": [
"string"
]
}
integer
status
Required
HTTP status code
string
path
Required
Originating request URI
boolean
retryable
Required
If true, client should retry operation
string
error_code
Required
unique error code
array of string
error_messages
Required
localized error messages