Auth0 · Arazzo Workflow
Auth0 Create Organization and Add Members
Version 1.0.0
Create an organization, add existing users as members, then list the members.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-org-add-members
Create an organization and add member users to it.
Creates an organization, adds the supplied user ids as members, and lists the members to verify.
1
createOrg
post_organizations
Create a new organization within the tenant.
2
addMembers
post_members
Add the supplied existing users as members of the new organization.
3
listMembers
get_organization_members
List the organization's members to confirm they were added.