Okta Management API 2026.05.1: schema changes, scope removals, new tag
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
This version bump (2026.03.0 → 2026.05.1) includes several potentially breaking changes alongside additive ones:
WorkflowsValidationErrorschema breaking change: Theresultproperty (a$reftoWorkflowsValidationErrorTypeenum) is removed and replaced with new required string fieldscode,flowName,message, andlink. TheWorkflowsValidationErrorTypeenum schema is also removed entirely. Any code deserializing this response shape will break.- OAuth scopes removed:
okta.authenticators.manage.self,okta.manifests.manage,okta.manifests.read,okta.operations.read,okta.privilegedResources.manage,okta.privilegedResources.read,okta.riskEvents.manage,okta.riskProviders.manage,okta.riskProviders.read,okta.users.manage.self, andokta.users.read.selfare no longer listed in the security scheme scopes — clients requesting these scopes may receive errors. - New
OktaManagedUserAccounttag added (new API surface for managing Okta users via Okta Privileged Access) — purely additive. - Documentation updates: Policy type
SIGN_ONrenamed toOKTA_SIGN_ONin docs; newSESSION_VIOLATION_DETECTIONandIDENTITY_CLAIM_SOURCINGpolicy types documented; WebAuthn rebrand to Passkey (FIDO2 WebAuthn) finalized with no parameter name changes.