Get a List of Application Users

Retrieve a paginated list of users tracked for a specific application based on audit log activity from the last 30 days.

Path Params
string
required

The unique identifier of the application in SysAid (CUID format, 24 characters).

Query Params
integer
≥ 0
Defaults to 0

The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).

integer
1 to 500
Defaults to 20

The number of records to return per page, up to 500.

string
enum
Defaults to email

The field by which application users are sorted.

Allowed:
string
enum
Defaults to asc

The direction in which results are sorted.

Allowed:
string

Query to search entities.

string

Filter results by email address.

discoveryMethods
array of objects

Filter results by one or more discovery methods.

discoveryMethods
date

Return applications last used on or after this date.

date

Return applications last used on or before this date.

Responses

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json