Get Organization Details
Get details of organization
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}
Parameters
Parameters
string
org
Required
Organization identifier
Response
Response
Response BodyResponse Body
200 OK returns
Organization
{
"created": "string",
"display_name": "My VMC Org",
"id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
"name": "string",
"org_seller_info": {
"seller": "AWS",
"seller_account_id": "string"
},
"org_type": "CUSTOMER",
"project_state": "string",
"properties": {
"values": {
"key": "string"
}
},
"updated": "string",
"updated_by_user_id": "string",
"updated_by_user_name": "string",
"user_id": "string",
"user_name": "string",
"version": 5
}
string
created
Required
No description available
string
display_name
Required
No description available
string
id
Required
Unique ID for this entity
string
name
Required
No description available
string
project_state
Required
No description available
Possible values are: CREATED, DELETED
string
updated
Required
No description available
string
updated_by_user_id
Required
User id that last updated this record
string
user_id
Required
User id that last updated this record
string
user_name
Required
User name that last updated this record
integer
version
Required
Version of this entity
string
org_type
Optional
ORG_TYPE to be associated with the org
string
updated_by_user_name
Optional
User name that last updated this record
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}
Errors
401
The request requires user authentication.
403
The server understood the request, but is refusing to fulfill it.
404
The requested resource could not be found but may be available again in the future.