Auth0 · Arazzo Workflow
Auth0 Offboard User and Revoke Grants
Version 1.0.0
Find a user by email, list their authorization grants, and revoke the first grant when present.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
offboard-user-revoke-grants
Resolve a user, list their grants, and revoke a grant when present.
Searches users by email, lists the matched user's authorization grants, and revokes the first grant found.
1
findUser
get_users-by-email
Search for a user by email address.
2
listGrants
get_grants
List the authorization grants issued for the matched user.
3
revokeGrant
delete_grants_by_id
Delete the first authorization grant found for the user.