added the UserWasRemoved flag to make api aware of what happened to return correct message to UI
This commit is contained in:
@@ -75,6 +75,7 @@ type RemoveOrgUserCommand struct {
|
||||
UserId int64
|
||||
OrgId int64
|
||||
ShouldDeleteOrphanedUser bool
|
||||
UserWasRemoved bool
|
||||
}
|
||||
|
||||
type AddOrgUserCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user