SP.Web.siteUserInfoList property (sp.js)

Gets the UserInfo list of the site collection that contains the Web site.

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

var value = SP.Web.get_siteUserInfoList ()

Return value

Type: SP.List

An SP.List object that represents the UserInfo list.

REST resource endpoint

See Web resource for more information.

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

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

GET syntax

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