Get Organization By Id

Get Organization By Id
Get a specific core organization

Get details for a specific core organization

Request
URI
GET
https://dev.skyscraper.vmware.com/api/org/api/organization/core/orgs/{orgId}
COPY

Responses
200

OK

Returns Organization of type(s) application/json
"Organization Object"

401

The user is not authorized to use the API

Operation doesn't return any data structure

403

The user is forbidden to use the API

Operation doesn't return any data structure

404

Organization not found

Returns ErrorResponse of type(s) application/json
"ErrorResponse Object"

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/org/api/organization/core/orgs/{orgId}