---
title: "Get a List of Application Users"
method: GET
path: "/license-manager/applications/{id}/users"
tags: ["License Manager Public"]
---

# Get a List of Application Users

`GET /license-manager/applications/{id}/users`

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

## Path parameters

- `id` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `sortBy` 'email' | 'daysLoggedIn' | 'discoveryMethods' | 'lastUsageDate'
- `sortDir` 'asc' | 'desc'
- `query` string
- `email` string, email
- `discoveryMethods` DiscoveryMethod[]
- `lastUsageDateFrom` string, date
- `lastUsageDateTo` string, date

## Response `200`

Application user list.

- LicenseManagerApplicationUsersListResponse
  - `limit` integer — The number of items that are returned per page
  - `offset` integer — The offset used for pagination.
  - `total` integer — The total number of elements across all pages.
  - `data` LicenseManagerApplicationUser[], required
    - `email` string, required — The email address that appears in the audit logs.
    - `userId` integer — The user's unique ID within SysAid
    - `discoveryMethods` DiscoveryMethod[], required — The sources through which this user's activity was discovered. See DiscoveryMethod.
    - `status` 'active' | 'inactive', required — The user's activity status based on the last 30 days. An active user is a user who logged into the application at least once in the last 30 days.
    - `daysLoggedIn` integer, required — The number of days the user logged into the application over the last 30 days.
    - `lastUsageDate` string, date, required — The latest login date for the user.
    - `userType` 'agent' | 'end-user', nullable — Indicates whether the matched SysAid user is an Agent or an End user. If the value is "null", the user's email doesn't exist in SysAid.

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
