feat(backend): user lookup

This commit is contained in:
sam 2024-12-27 17:48:37 -05:00
parent 8713279d3d
commit 12eddb9949
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 156 additions and 0 deletions

View file

@ -41,4 +41,5 @@ public enum AuditLogEntryType
WarnUser,
WarnUserAndClearProfile,
SuspendUser,
QuerySensitiveUserData,
}