Does a user expiring trigger a user deactivate event?
-
When
user.expiry
is reached does theuser.deactivate
event fire as normal? -
When a user expires, login will fail with a
410
status 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
-