Hi Ayberk,
Could you please clarify what you mean by "inactive"?
As far as I understand, a user can still access the app as long as their login session remains active.
Hi Ayberk,
By adding an after commit event microflow to the User entity, if the user is active = false in condition, retrieve user's sessions and delete all . The user will be logged out.
There are widgets in the app store like timeout that will sign users out after a certain time of being idle.
After you set them as inactive, delete their session. That will log the users out since their session was terminated.