Listening for Role Changes in Netlify Identity UI
I’m looking to implement a workflow where we can listen for role changes made through Netlify Identity. Here’s what we’re trying to achieve:
- User signs up via Netlify Identity UI
- We verify the user’s details through our admin process
- We update the user’s role to grant access to gated content
- When this role update occurs, we want to trigger an email notification to the user informing them of their approved status
Is there a similar event we can listen to for role changes? Or is there another recommended approach to achieve this workflow?
Any guidance would be greatly appreciated!