mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
remove user from group apis
This commit is contained in:
@@ -14,5 +14,6 @@ namespace Bit.Core.Repositories
|
||||
Task<ICollection<Guid>> GetManyIdsByUserIdAsync(Guid organizationUserId);
|
||||
Task CreateAsync(Group obj, IEnumerable<Guid> collectionIds);
|
||||
Task ReplaceAsync(Group obj, IEnumerable<Guid> collectionIds);
|
||||
Task DeleteUserAsync(Guid groupId, Guid organizationUserId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user