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
@@ -30,9 +30,11 @@ type TokenPayload = {
export type User = {
id: string;
email?: string;
first_name?: string;
isWorkspaceModerator?: boolean;
deleted?: boolean,
marked_to_delete?: boolean;
delete_process_started_epoch?: number,
preferences?: {
language?: string;