From 9a1d02614cd741e89b0ee7f6cdf4960c0a748e9c Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 31 Jan 2026 20:13:44 +0300 Subject: [PATCH] Update adminUsers.ts --- src/api/adminUsers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/adminUsers.ts b/src/api/adminUsers.ts index 88e204d..2c35665 100644 --- a/src/api/adminUsers.ts +++ b/src/api/adminUsers.ts @@ -306,6 +306,7 @@ export const adminUsersApi = { offset?: number; limit?: number; search?: string; + email?: string; status?: 'active' | 'blocked' | 'deleted'; sort_by?: | 'created_at'