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
}
}Changes
Changed in 1 of the 7 revisions of this API.2
- ○
api tag
Usersaddedapi-tag-added
- ○
api tag
Unstableremovedapi-tag-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○