Auth0 · Arazzo Workflow
Auth0 Create Organization, Attach Connection and Invite a User
Version 1.0.0
Create an organization, attach an existing connection, and invite a user to authenticate through it.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-org-connection-and-invite
Create an organization, attach a connection, and invite a user via that connection.
Creates an organization, associates the supplied connection with it, then invites the invitee to authenticate using that connection.
1
createOrg
post_organizations
Create a new organization within the tenant.
2
addConnection
post_organization_connection
Associate the supplied connection with the new organization.
3
invite
post_invitations
Invite the invitee to the organization, forcing authentication through the associated connection.