SP.RoleAssignment.member property (sp.js)

Gets the user or group that corresponds to the Role Assignment.

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

var value = SP.RoleAssignment.get_member ()

Return value

Type: SP.Principal

Remarks

It must not be null. The identifier of the user or group must be greater than zero.

REST resource endpoint

See RoleAssignment resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/RoleAssignments(principalid)/member

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/RoleAssignments(principalid)/member

GET syntax

GET http://<sitecollection>/<site>/_api/web/RoleAssignments(principalid)/member