Share via


SP.RoleDefinition.roleTypeKind property (sp.js)

Gets a value that specifies the type of the role definition.

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

var value = SP.RoleDefinition.get_roleTypeKind ()

Return value

Type: SP.RoleType

Remarks

It must be a value from the Microsoft.SharePoint.Client.RoleType enumeration. Its value must be equal to or greater than 0. Its value must be equal to or less than 6.

REST resource endpoint

See RoleDefinition resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/roledefinitions(roledefinitionid)/roleTypeKind

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/roledefinitions(roledefinitionid)/roleTypeKind

GET syntax

GET http://<sitecollection>/<site>/_api/web/roledefinitions(roledefinitionid)/roleTypeKind