Read All Organizations

GET {{apiPath}}/organizations

The sample shows the GET /organizations operation to return all organizations defined for the current account.

This request supports the limit query parameter (for example, GET /organizations?limit=1).

Request Params

KeyDatatypeRequiredDescription
limitnumberSets the number of records returned per page.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/organizations"}},"_embedded":{"organizations":[{"_links":{"licenses":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/licenses"},"deployments":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/deployments"},"capabilities":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/capabilities"},"environments":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/environments"},"self":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda"}},"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":"2024-04-02T16:38:48.496Z","updatedAt":"2024-04-02T16:38:59.839Z","type":"TRIAL"}]},"size":1}