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
Example response
{
"seatCount": 25,
"licensedUsers": {
"history": [
{
"date": "2024-10-01T00:00:00.000Z",
"count": 100
}
],
"current": 25
}
}