SP.Web.siteUsers property (sp.js)

Gets the collection of all users that belong to the site collection.

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

var value = SP.Web.get_siteUsers ()

Return value

SP.UserCollection

An SP.UserCollection object (sp.js) object that represents the users.

REST resource endpoint

See Web resource for more information.

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

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

GET syntax

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