Does a user expiring trigger a user deactivate event?
-
When
user.expiryis reached does theuser.deactivateevent fire as normal? -
When a user expires, login will fail with a
410status code, but we do not treat this as a user deactivation. We do not yet have an event for user expiration, it really only keeps the user from logging in.https://fusionauth.io/docs/v1/tech/events-webhooks/events/user-deactivate
-
A Alex Patterson has marked this topic as solved on