Auth0 · Arazzo Workflow
Auth0 Find User by Email and Add to an Organization
Version 1.0.0
Resolve a user by email and, when found, add them as a member of an existing organization.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
find-user-add-to-org
Resolve a user by email then add them to an organization when found.
Searches users by email and, when a match is found, adds the user to the supplied organization and lists the members to verify.
1
findUser
get_users-by-email
Search for a user by email address.
2
addMember
post_members
Add the matched user as a member of the supplied organization.
3
listMembers
get_organization_members
List the organization's members to confirm the user was added.