Auth0 · Arazzo Workflow
Auth0 Create Organization and Add Connection
Version 1.0.0
Create an organization, associate an existing connection with it, then read the association back.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-org-add-connection
Create an organization and attach an existing connection to it.
Creates an organization, adds the supplied connection id to it, and reads the organization connection back to verify.
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
getConnection
get_organization_connection
Read the organization connection back to confirm the association.