Skip to content

UsageData

Type: object

Properties

Property Type Required Description Constraints
date string (date-time) Yes Date of the collected calls
total integer (int32) No Total number of calls in the time period
users array No Counts for individual users

Generated example

{
  "date": "2026-01-15T10:30:00Z",
  "total": 123,
  "users": [
    {
      "count": 123,
      "userId": "person@example.com"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.