PUSH Organization object
deprecated Represents an organization (customer).
Fields
Field | Type | Description |
---|---|---|
type required |
String constant | For organizations, this is always ORGANIZATION |
id optional |
String | The unique ID of the organization. |
name optional |
String | The organization name. |
avatar optional |
PUSH Media object | An optional avatar for the organization. |
emailAddress optional |
String | The primary email address of the actor. Example value: info@acme.example.com |
locale optional |
String | The locale of the organization. |
contract optional |
PUSH Contract object | Details of the contract for the organization. |
groupMemberQuota optional |
Integer | An optional limit to the total number of group members that this organization may have. Example value: 150 |
thirdParties optional |
List of strings | An optional list of third parties that this organization supports. |
mayCreateGroupMemberAccounts optional |
Boolean | Indicates whether this organization is permitted to set up group member accounts. |
license optional |
PUSH License object | An optional license that may apply to the organiation's drills. |
privacyLocation optional |
String | Represents an optional physical restriction on the storage of privacy related data. |
registeredAddress optional |
String | The organization's street address. |
vatNumber optional |
String | The organization's VAT number. |
timeZone optional |
String | The organization's time zone. |
Last updated on