Get end-user Teams bot (MAU) usage and charge for a month
End-user (white-label) Teams bot usage for the given month (defaults to current): the number of active end-users (>=2 messages that month) and the resulting add-on charge in USD. The charge is the MSP’s own bill (marginal tiers + $100 floor); for the current month it is a projection that finalizes at month close. Exposes the customer’s own add-on charge, never provider/LLM cost or Stripe internals.
Authorizations
Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).
Query Parameters
Month in YYYY-MM format. Defaults to current month.
Response
Success.
End-user (white-label) Teams bot MAU usage + charge for a month.
active_users = distinct end-users with >=2 messages that month. charge is the MSP's own
add-on bill for that count (marginal tiers + 100 floor) in currency — for the current month it
is a projection that finalizes when the month closes; for a past month it is what was billed.
This is the customer's own bill, not provider/LLM cost (see module docstring).
