SP へWeb.effectiveBasePermissions プロパティ (sp.js)

Gets a value that specifies the effective permissions that are assigned to the current user.

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Web.get_effectiveBasePermissions ()

戻り値

Type: SP.BasePermissions

An SP.BasePermissions value that represents the permissions.

Remarks

It must not be null.

REST resource endpoint

See Web resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/effectiveBasePermissions

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/effectiveBasePermissions

GET syntax

GET http://<sitecollection>/<site>/_api/web/effectiveBasePermissions