v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Users

Retrieves all licensed users data.

Enterprise feature

Fetches an array of licensed users with date and count.

get/api/admin/licensed-users

Response

licensedUsersSchema

seatCountinteger required

The total number of licensed seats currently available for this Unleash instance.

Example response

{
  "seatCount": 25,
  "licensedUsers": {
    "history": [
      {
        "date": "2024-10-01T00:00:00.000Z",
        "count": 100
      }
    ],
    "current": 25
  }
}