Identity Engine
OAuth 2.0 scope:
- okta.myAccount.organization.read
Retrieves the org details
GET
curl -i -X GET \
https://subdomain.okta.com/idp/myaccount/organization \
-H 'Accept: application/json; okta-version=1.0.0'Example response
Response
{ "name": "TestOrg", "url": "https://example.okta.com", "helpLink": "https://example.okta.com/helpLink", "supportEmail": "orgsupport@example.com", "_links": { "self": { … } } }