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

Parameters

NameParameter typeTypeFormatDescription
pageIndexquerynumberintegerThe index of the page.
pageSizequerynumberintegerThe number of results per page. The default is 25.
orderquerystring-A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.
qquerystring-A simple query to perform a 'contains' search over key properties.
zenqlquerystring-ZenQL query to select the users returned in the listing

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
GET: /api/security/users?q=tyler&pageSize=5

Remarks

Permissions

Member of System Administrators.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request