The Org Admin Settings API provides operations to manage the admin settings for your Okta org.
okta.orgs.read
Retrieves the Third-Party Admin Setting. See Configure third-party administrators in the Okta product documentation.
Success
Forbidden
Too Many Requests
{- "thirdPartyAdmin": false
}
okta.orgs.manage
Updates the Third-Party Admin Setting. This setting allows third-party admins to perform administrative actions in the Admin Console, but they can't do any of the following:
See Configure third-party administrators in the Okta product documentation.
Success
Forbidden
Too Many Requests
{- "thirdPartyAdmin": false
}
{- "thirdPartyAdmin": false
}
okta.orgs.read
Retrieves the org setting to assign the Super Admin role to new public client apps
Success
Forbidden
Too Many Requests
{- "clientPrivilegesSetting": true
}
okta.orgs.manage
Assigns the Super Admin role as the default role for new public client apps
Success
Forbidden
Too Many Requests
{- "clientPrivilegesSetting": true
}
{- "clientPrivilegesSetting": true
}