2.1.1 OrganizationUsages object
Represents platform usage of a set of organizations.
⚠️ Internal use
This is for internal use only!
Example
{
"from": "2016-07-31T22:00:00Z",
"to": "2016-08-31T21:59:59Z",
"total" : 58,
"totalUsers" : 415144,
"organizationUsages" : [ {
"organization" : {
"type": "ORGANIZATION",
"id": "Kq_y3TXvS3qNmxIz3jiQcQ",
"name": "Acme Inc."
},
"contract" : {
"type": "BUSINESS"
},
"usage" : {
"renewals" : 62,
"total" : 62
}
}]
}
Fields
Field | Type | Description |
---|---|---|
from required |
Timestamp | The start date and time of the result set. |
to required |
Timestamp | The end date and time of the result set. |
total optional |
Integer | The total number of organizations involved. |
totalUsers optional |
Integer | The total number of new or renewed users across the organizations. |
organizationUsages optional |
List of 2.1.1 OrganizationUsage objects | The actual organization usages. |
Last updated on