PropelAuth · Arazzo Workflow
PropelAuth Upsert User By Email
Version 1.0.0
Look a user up by email and update them if they exist, otherwise create them.
View Spec
View on GitHub
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPI KeysArazzoWorkflows
Provider
Workflows
upsert-user-by-email
Upsert a single user keyed by email — update if found, create if missing.
Resolves a user by email and either patches the matched user's profile fields or creates a brand new user when no match is found.
1
findUser
fetchUserByEmail
Look up the user by email address.
2
updateExisting
updateUser
Patch the matched user's name fields.
3
createNew
createUser
Create a brand new user when no existing user matched the email.