The Org Admin Settings API provides operations to manage the admin settings for your Okta org.
Retrieves the third-party admin setting. See Configure third-party administrators in the Okta product documentation.
Success
Forbidden
Too Many Requests
{- "thirdPartyAdmin": false
}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
}Retrieves the org setting to automatically assign the Okta Admin Console when an admin role is assigned
Success
Forbidden
Too Many Requests
{- "autoAssignAdminAppSetting": true
}Updates the org setting to automatically assign the Okta Admin Console when an admin role is assigned
Note: This setting doesn't apply to the
SUPER_ADMINrole. When you assign theSUPER_ADMINrole to a user, the Admin Console is always assigned to the user regardless of theautoAssignAdminAppSettingsetting.
Success
Forbidden
Too Many Requests
{- "autoAssignAdminAppSetting": true
}{- "autoAssignAdminAppSetting": true
}Retrieves the org setting to assign the Super Admin role to new public client apps
Success
Forbidden
Too Many Requests
{- "clientPrivilegesSetting": true
}Assigns the Super Admin role as the default role for new public client apps
Success
Forbidden
Too Many Requests
{- "clientPrivilegesSetting": true
}{- "clientPrivilegesSetting": true
}