Auth0 · Arazzo Workflow
Auth0 Find User by Email and Assign Role
Version 1.0.0
Look up a user by email and, when found, assign tenant roles to that user.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
find-user-assign-role
Resolve a user by email then grant roles when the user exists.
Searches users by email, and only when a match is found assigns the supplied role ids to the matched user.
1
findUser
get_users-by-email
Search for a user by email address, returning at most the matching records.
2
assignRoles
post_user_roles
Assign the supplied role ids to the matched user.