Users

URL:
https://<root>/security/users
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The users resource represents all users available in the user store that can administer ArcGIS Server and access the GIS services hosted on the server. In short, it represents the complete user space. As the user space could be potentially large, there isn't any listing of users, but you can use Get Users or Search operations to access their account information.

ArcGIS Server is capable of connecting to your enterprise identity stores such as Active Directory or other directory services exposed through the LDAP protocol. Such identity stores are treated as read only, and ArcGIS Server does not attempt to update them. As a result, operations that need to update the identity store (such as adding users, removing users, updating users, assigning roles and removing assigned roles) are not supported when identity stores are read only. On the other hand, you could configure your ArcGIS Server to use the default identity store (shipped with the server) which is treated as a read-write store. The total numbers of users are returned in the response.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the users resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/security/users?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "totalUsers": 7
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.