Auth0 · Arazzo Workflow
Auth0 Create Organization and Invite a User
Version 1.0.0
Create an organization, create an invitation for a new member, then read the invitation back.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
invite-user-to-org
Create an organization and invite a user to join it.
Creates an organization, sends an invitation to the invitee email, and reads the invitation back to obtain its invitation URL.
1
createOrg
post_organizations
Create a new organization within the tenant.
2
createInvitation
post_invitations
Create an invitation for the invitee email on behalf of the inviter and client.
3
getInvitation
get_invitations_by_invitation_id
Read the invitation back to confirm it and surface its invitation URL.