Okta · Arazzo Workflow
Okta Find User and Suspend
Version 1.0.0
Look up a user by login and suspend them if an active match exists.
View Spec
View on GitHub
IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatformArazzoWorkflows
Provider
Workflows
find-user-and-suspend
Resolve a user by login and suspend them.
Searches for a user matching firstName, lastName, and email and, when found, suspends the active user.
1
findUser
listUsers
Search for a user matching the supplied query, returning at most one result.
2
suspendUser
suspendUser
Suspend the matched user so they can no longer authenticate.