SP.RoleAssignment.roleDefinitionBindings property (sp.js)

Gets the collection of role definition bindings for the role assignment.

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

var value = SP.RoleAssignment.get_roleDefinitionBindings ()

Return value

Type: SP.RoleDefinitionBindingCollection

Remarks

It must not be null.

REST resource endpoint

See RoleAssignment resource for more information.

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

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

GET syntax

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