Auth0 · Arazzo Workflow
Auth0 Create User, Add to Organization with Roles
Version 1.0.0
Create a database user, add them as a member of an existing organization, and assign organization-scoped roles.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-user-add-to-org-with-roles
Create a user, add them to an organization, and assign org-scoped roles.
Creates a user in a database connection, adds them as a member of the given organization, then assigns the supplied role ids within that organization.
1
createUser
post_users
Create a new user in the supplied database connection.
2
addMember
post_members
Add the new user as a member of the supplied organization.
3
assignMemberRoles
post_organization_member_roles
Assign the supplied role ids to the member within the context of the organization.