PUSH Organization object
deprecated Represents an organization (customer).
Fields
| Field | Type | Description |
|---|---|---|
typerequired |
String constant | For organizations, this is always ORGANIZATION |
idoptional |
String | The unique ID of the organization. |
nameoptional |
String | The organization name. |
avataroptional |
PUSH Media object | An optional avatar for the organization. |
emailAddressoptional |
String | The primary email address of the actor. Example value: info@acme.example.com |
localeoptional |
String | The locale of the organization. |
contractoptional |
PUSH Contract object | Details of the contract for the organization. |
groupMemberQuotaoptional |
Integer | An optional limit to the total number of group members that this organization may have. Example value: 150 |
thirdPartiesoptional |
List of strings | An optional list of third parties that this organization supports. |
mayCreateGroupMemberAccountsoptional |
Boolean | Indicates whether this organization is permitted to set up group member accounts. |
licenseoptional |
PUSH License object | An optional license that may apply to the organiation's drills. |
privacyLocationoptional |
String | Represents an optional physical restriction on the storage of privacy related data. |
registeredAddressoptional |
String | The organization's street address. |
vatNumberoptional |
String | The organization's VAT number. |
timeZoneoptional |
String | The organization's time zone. |
Last updated on