2.1.1 Usage object

Represents platform usage.

⚠️ Internal use

This is for internal use only!

Example

{
  "creations": 15,
  "renewals" : 62,
  "total" : 77,
  "tests": 120
}

Fields

Field Type Description
creations
optional
Integer The number of users created.
renewals
optional
Integer The number of users renewed.
total
optional
Integer The total number of new and renewed users.
tests
optional
Integer The number of started tests.