Not sure what it is need for, but if it is correct then better put some hint about this in GUI near the option.
Good suggestion! I have logged an issue for consideration.
https://github.com/FusionAuth/fusionauth-issues/issues/1542
Hmm. In my view, this makes sense. Here are two cases to consider
jwt.refresh-token.revoke - maybe there are some application-level events that need to take place based on this event. In the right context, this might be functionally equivalent to "logging someone out." If someone was logged out (forcibly) from your application, then you might want to take action based on that (remove them from a list, or make another programmatic check, etc).
user.action - maybe this user was actioned for any number of application-specific reasons that you might want to respond to.
Everything else is scoped to a tenant, from my understanding.
I hope this helps. Thanks for the feedback.
Thanks,
Josh