| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/security/users/getUsers |
|---|---|
| HTTP Method: | POST |
| Parent Resource: | Users |
| Required Privileges: | Publisher or Administrator |
This operation gives you a pageable view of users in the user store. It is intended for iterating over all available user accounts. To search for specific user accounts instead, use the Search Users operation.
| Parameter | Description |
|---|---|
| startIndex | The starting index (zero-based) from the users list that must be returned in the result page. The default is 0. |
| pageSize | The maximum number of user accounts to return in the result page. The default size is 10. The pageSize is also governed by the underlying implementation of the user store. |
| f | The response format. The default response format is html. Values: html | json |
To get 20 users starting from the 10th position:
http://server:port/arcgis/admin/security/users/getUsers startIndex=9 pageSize=20