New endpoint that is marking user for deletion

This commit is contained in:
shepilov
2025-04-16 18:38:28 +02:00
committed by Anton Shepilov
parent 8789b91a7a
commit 7580b37671
11 changed files with 75 additions and 5 deletions
+1
View File
@@ -30,6 +30,7 @@ export async function formatUser(
full_name: [user.first_name, user.last_name].join(" "),
created_at: user.creation_date,
deleted: Boolean(user.deleted),
marked_to_delete: Boolean(user.marked_to_delete),
delete_process_started_epoch: user.delete_process_started_epoch,
status: user.status_icon,
last_activity: user.last_activity,