Read Organization Capabilities

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

The sample shows the GET /organizations/{{orgID}}/capabilities operation to return the organization's current capabilities.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/capabilities"},"organization":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda"}},"assignableLicenses":[{"id":"57f0efac-37d9-4a17-8a35-196bb3362983","name":"INTERNAL","supportedRegions":["NORTH_AMERICA","EU"],"allowProduction":true}],"canCreateEnvironment":true,"canUsePlatform":true,"organizationId":"bed432e6-676a-4ebe-b5a5-6b3b54e46bda"}