diff --git a/src/Tgstation.Server.Api/Models/Internal/UserGroup.cs b/src/Tgstation.Server.Api/Models/Internal/UserGroup.cs
index 11fc1b5e89..4afd67a346 100644
--- a/src/Tgstation.Server.Api/Models/Internal/UserGroup.cs
+++ b/src/Tgstation.Server.Api/Models/Internal/UserGroup.cs
@@ -5,6 +5,14 @@ namespace Tgstation.Server.Api.Models.Internal
///
public class UserGroup : NamedEntity
{
+ ///
+ [RequestOptions(FieldPresence.Required)]
+ public override long? Id
+ {
+ get => base.Id;
+ set => base.Id = value;
+ }
+
///
/// The of the .
///