Skip to main content
GET/api/security/users/?order={order}&q={q}&zenql={zenql}&pageIndex={pageIndex}&pageSize={pageSize}

Parameters

NameParameter typeTypeFormatDescriptionExample
pageIndexquerynumberintegerThe index of the page
pageSizequerynumberintegerThe number of results per page. The default is 25.
orderquerystringA comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.-version.modified
zenqlquerystringZenQL query to select the users returned in the listingfirstname ~ test

Responses

HTTP status codeReasonModel
200SuccessUser
403ForbiddenError
500Internal server errorError
401UnauthorizedError

Examples

Get the first page of 5 users that contain the word tyler in their key properties.

HTTP
1
GET: /api/security/users?q=tyler&pageSize=5

Remarks

Still need help?

New support request