Implemented user permission update

This commit is contained in:
2025-04-15 12:32:29 +02:00
parent db7ac8d174
commit c12e1e38b8
4 changed files with 32 additions and 7 deletions

View File

@@ -5,4 +5,5 @@ public class UserResponse
public int Id { get; set; }
public string Username { get; set; }
public string Email { get; set; }
public string PermissionsJson { get; set; }
}