users-spec
GET https://www.arcgis.com/sharing/rest/community/users/
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | The query string to search for users | |
f | string | (Required) Format of response: json | |
token | string | (Required) Cannot be an API key, you will need to generate a token. | |
callback | string | For JS clients that need a response. | |
filter | string | Structured filtering through specifying field name followed by a colon and the term you are looking for with double quotation marks. | |
start | string | The number of the first entry in the result set response. The index number is 1-based. | |
num | string | The maximum number of results to be included in the result set response. The default value is 10 and the maximum allowed value is 100. | |
sortField | string | Field to sorty by: username | |
sortOrder | string | Ascending or descending order: asc |