Usage summary for all months
Report with number of used seats, aggregated per month.
The numUsedObjects
property represents the number of 'used' (i.e. billable) seats.
Note
You need to authenticate with your company admin key for this API call.
GET /reports/usage
[
{
month: { month: 10, year: 2018 },
numUsedObjects: 31633
},
{
month: { month: 11, year: 2018 },
numUsedObjects: 87678
},
]