GroupService.createGroup Method

Creates a group with the specified options. The ID field should be left empty, as the result will have it set to the new ID.
 

Parameters

group

Type: Group
The group object that should be created.

Return Value


Type: jQuery.Promise
Value: dundas.account.Group
A promise object that is resolved when the call is complete. If successful, a dundas.account.Group is returned.