Auth0 · Arazzo Workflow
Auth0 Create Role and Assign to a User
Version 1.0.0
Create a role, assign an existing user to it, then list the role's users.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-role-assign-to-user
Create a role and assign a user to it.
Creates a role, assigns the supplied user id to it, and lists the role's users to verify.
1
createRole
post_roles
Create a new user role.
2
assignUser
post_role_users
Assign the supplied user to the new role.
3
listRoleUsers
get_role_user
List the role's users to confirm the assignment.