Usage summary for all months
Report with number of used seats, aggregated per month.
usageCutoffDate
is the date at which the report was generated. No usage after that date was taken into account.
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?version=2
{
"usageCutoffDate": "2017-05-05T10:58:44.715Z",
"usage": [
{
month: { month: 10, year: 2018 },
numUsedObjects: 31633
},
{
month: { month: 11, year: 2018 },
numUsedObjects: 87678
}
]
}