Is it possible to attach an action for when the users’ metadata or role changes?
Either would do fine, but I think user_metadata change would be better since you can store more information the metadata. The use case is:
I would like to store roles for our users. The role would define how a user can interact with 2 client applications but it would be great if:
- An admin can go and change a user’s role from the User Management tab
- The first step triggers an HTTP request using Actions to the client applications so that the role can be propagated to the client apps