mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
group user assignment apis
This commit is contained in:
@@ -43,6 +43,12 @@ namespace Bit.Core.Models.Api
|
||||
}
|
||||
}
|
||||
|
||||
public class OrganizationUserUpdateGroupsRequestModel
|
||||
{
|
||||
[Required]
|
||||
public IEnumerable<string> GroupIds { get; set; }
|
||||
}
|
||||
|
||||
public class OrganizationUserCollectionRequestModel
|
||||
{
|
||||
[Required]
|
||||
|
||||
Reference in New Issue
Block a user