Auth0 · Arazzo Workflow
Auth0 Create Organization, Add Member and Assign Member Roles
Version 1.0.0
Create an organization, add a single user as a member, and assign that member organization-scoped roles.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-org-assign-member-roles
Create an organization, add a member, and assign organization-scoped roles to that member.
Creates an organization, adds the supplied user as a member, then assigns the supplied role ids to that member within the organization.
1
createOrg
post_organizations
Create a new organization within the tenant.
2
addMember
post_members
Add the supplied user as a member of the new organization.
3
assignMemberRoles
post_organization_member_roles
Assign the supplied role ids to the member within the context of the organization.