Read One Organization

GET {{apiPath}}/organizations/{{orgID}}

The following sample shows the GET /organizations/{{orgID}} operation to return data only for the organization resource identified by its ID in the request URL.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda"},"environments":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/environments"},"licenses":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/licenses"},"capabilities":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/capabilities"},"deployments":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/deployments"}},"id":"bed432e6-676a-4ebe-b5a5-6b3b54e46bda","name":"trial_example_0123456789","description":"The top-level Organization which contains all Environments for trial_example_0123456789.","billingConnections":[{"id":"0124C012202bZTZJQB1"}],"createdAt":"2019-05-21T17:47:23.574Z","updatedAt":"2021-11-02T15:45:26.960Z","type":"TRIAL"}