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 ManagementMCPOAuthOktaOpenID 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
post_roles
Create a new user role with the supplied name and optional description. New roles start with no permissions.
2
addPermissions
post_role_permission_assignment
Associate the supplied resource-server/permission pairs with the new role.
3
listPermissions
get_role_permission
List the permissions currently associated with the role to confirm the additions.