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 automatically assign the Okta Admin Console when an admin role is assigned
Success
Forbidden
Too Many Requests
{- "autoAssignAdminAppSetting": true
}
okta.orgs.manage
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_ADMIN
role. When you assign theSUPER_ADMIN
role to a user, the Admin Console is always assigned to the user regardless of theautoAssignAdminAppSetting
setting.
Success
Forbidden
Too Many Requests
{- "autoAssignAdminAppSetting": true
}
{- "autoAssignAdminAppSetting": true
}
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
}