GroupService.addMemberToGroups Method
Adds the member to a list of groups.
Parameters
- id
-
Type: String
The ID of the account/group to add.
- accountId
-
Type: String
The ID of the account to add. If empty, it will assume the role of adding a group.
- listOfGroups
-
Type: Array
The list of groups to have the account/group added to.
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.