Auth0 · Arazzo Workflow
Auth0 Create User and Assign Roles
Version 1.0.0
Create a database user, assign one or more tenant roles, then read the enriched profile back.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-user-assign-roles
Create a user and grant tenant roles in one pass.
Creates a user in a given database connection, assigns the provided role ids to the new user, and reads the user back to confirm provisioning.
1
createUser
Create a new user in the supplied database connection with the given email and password.
2
3
getUser
Retrieve the user record to confirm the roles were applied and return the final identity.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.