diff --git a/common/edge-api/src/main/proto/edge.proto b/common/edge-api/src/main/proto/edge.proto index 37e35bcea2..b721887d3d 100644 --- a/common/edge-api/src/main/proto/edge.proto +++ b/common/edge-api/src/main/proto/edge.proto @@ -227,6 +227,7 @@ message UserUpdateMsg { string additionalInfo = 6; bool enabled = 7; string password = 8; + string groupName = 9; } message RuleChainMetadataRequestMsg {