Users - Lifecycle
User Lifecycle Management
📄️ Disable user (Admin only)
Disables a user by setting status=false. The user remains in the database but cannot log in.
📄️ Check if user is disabled
Check if a user is disabled (soft deleted) by searching via email.
📄️ Soft disable user with reason (Admin only)
Disable a user with soft delete (preferred method over simple DELETE)
📄️ Reactivate disabled user (Admin only)
Reactivates a disabled user (restores from soft delete), allowing them to access the platform again.
📄️ Change user status (Admin only)
Change the status of a user (activate/deactivate) via the