GroupService.removeMembers Method
Removes the selected accounts and groups from the specified group.
Parameters
- id
-
Type: String
The group ID.
- listOfAccounts
-
Type: Array
The list of account IDs to remove.
- listOfGroups
-
Type: Array
The list of group IDs to remove.
Return Value
Type: jQuery.Promise
Value: dundas.OperationResult
A promise object that is resolved when the call is complete.
If successful, a dundas.OperationResult is returned.