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 |
|---|---|---|
creationsoptional |
Integer | The number of users created. |
renewalsoptional |
Integer | The number of users renewed. |
totaloptional |
Integer | The total number of new and renewed users. |
testsoptional |
Integer | The number of started tests. |
Last updated on