Auth0 · Arazzo Workflow
Auth0 Find Role by Name and Assign Users
Version 1.0.0
Resolve a role by name filter and, when found, assign users to it.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
find-role-assign-users
Resolve a role by name then assign users to it when it exists.
Searches roles by name filter and only when a match is found assigns the supplied user ids to the matched role.
1
findRole
get_roles
Search roles by name filter, returning the matching roles.
2
assignUsers
post_role_users
Assign the supplied user ids to the matched role.