Get Company Usage in Phin API Route
The "Get Company Usage" Phin API route provides detailed usage statistics for a company, including current and last month's billable and enrolled user counts, total enrolled users, the change from last month, and the current billable month and year.
This route is used to get usage information about your Phin Company.
Response Reference
- currentBillableUsers (int): Example - 202
- lastMonthEnrolledUsers (int): Example - 250
- lastMonthBillableUsers (int): Example - 200
- totalEnrolledUsers (int): Example - 200
- changeFromLastMonth (int): Example - 2
- currentBillableMonth (int): Example - 4
- currentBillableYear (int): Example - 2024