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 ManagementMCPOAuthOktaOpenID 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
post_users
Create a new user in the supplied database connection with the given email and password.
2
assignRoles
post_user_roles
Assign the supplied tenant role ids to the newly created user.
3
getUser
get_users_by_id
Retrieve the user record to confirm the roles were applied and return the final identity.