Auth0 · Arazzo Workflow
Auth0 Create Role and Add Permissions
Version 1.0.0
Create a role, associate API permissions with it, then list the role's permissions to confirm.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-role-add-permissions
Create a role and attach API permissions to it.
Creates a user role, adds the supplied permissions, and lists the role's permissions to verify the result.
1
createRole
Create a new user role with the supplied name and optional description. New roles start with no permissions.
2
addPermissions
Associate the supplied resource-server/permission pairs with the new role.
3
listPermissions
List the permissions currently associated with the role to confirm the additions.
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.