Stytch · Arazzo Workflow
Stytch Create User and Send Email Magic Link
Version 1.0.0
Create a Stytch user, send them an email magic link, and authenticate the resulting token.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
create-user-magic-link
Create a user, email a magic link, and authenticate the clicked token.
Provisions a new consumer user, dispatches an email magic link to their inbox, and exchanges the token captured from the clicked link for an authenticated Stytch session.
1
createUser
api_user_v1_Create
Add a new consumer user to Stytch using the supplied email address, returning the user_id used by later steps.
2
sendMagicLink
api_magic_v1_magic_links_email_Send
Send a login or signup email magic link to the user's email address so they can authenticate by clicking through.
3
authenticateMagicLink
api_magic_v1_Authenticate
Authenticate the magic link token captured from the clicked link to mint an authenticated session for the user.