SP.Group.owner Property
Applies to: SharePoint Foundation 2010
Gets or sets the owner of the group which can be a user or another group assigned permissions to control security.
var value = SP.Group.get_owner();
SP.Group.set_owner(value);
Property Value
Type: SP.Principal
The owner of the group.