---
title: "Retrieves all licensed users data."
method: GET
path: "/api/admin/licensed-users"
tags: ["Users"]
---

# Retrieves all licensed users data.

`GET /api/admin/licensed-users`

**Enterprise feature**

Fetches an array of licensed users with date and count.

## Response `200`

licensedUsersSchema

- LicensedUsersSchema — A response model representing user license data.
  - `seatCount` integer, required — The total number of licensed seats currently available for this Unleash instance.
  - `licensedUsers` object, required — An object containing historical and current licensed user data.
    - `history` LicensedUserSchema[], required — A monthly history of licensed user counts.
      - `date` string, date-time, required — The date associated with the licensed users count.
      - `count` integer, required — The count of licensed users on the given date.
    - `current` integer, required — The current number of licenses in use.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
