SP.Group.ownerTitle property (sp.js)

Gets the name for the owner of this group.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Group.get_ownerTitle ()

Return value

Type: String

Text that represents the name for the owner of this group.

REST resource endpoint

See Group resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/sitegroups(groupid)/ownerTitle

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/sitegroups(groupid)/ownerTitle

GET syntax

GET http://<sitecollection>/<site>/_api/web/sitegroups(groupid)/ownerTitle