Stytch · Arazzo Workflow
Stytch User Create, Search, and Delete
Version 1.0.0
Create a user, find them again by email search, then delete the matched user.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
user-create-search-delete
Provision a user, locate them by email search, and delete the match.
Creates a user, runs a user search filtered by email address, and deletes the user only when the search confirms a matching record.
1
createUser
api_user_v1_Create
Add a new user to Stytch under the supplied email, returning the user_id.
2
searchUser
api_user_v1_Search
Search the user store for an account whose email matches the supplied address, confirming the record was created.
3
deleteUser
api_user_v1_Delete
Delete the matched user by user_id to clean up the account.