Auth0 · Arazzo Workflow
Auth0 Create User and Assign Direct Permissions
Version 1.0.0
Create a database user, assign direct API permissions, then list those permissions.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-user-assign-permissions
Create a user and grant direct API permissions.
Creates a user in a database connection, assigns the supplied direct permissions, and lists the user's permissions to verify.
1
createUser
post_users
Create a new user in the supplied database connection.
2
assignPermissions
post_permissions
Assign the supplied direct permissions to the new user.
3
listPermissions
get_permissions
List the user's permissions to confirm the direct assignments.