Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.37 KB

Organization.md

File metadata and controls

23 lines (19 loc) · 1.37 KB

Organization

Properties

Name Type Description Notes
id string The globally unique identifier for the object. [optional]
name string [optional]
defaultLanguage string The default language for this organization. Example: 'en' [optional]
defaultCountryCode string The default country code for this organization. Example: 'US' [optional]
thirdPartyOrgName string The short name for the organization. This field is globally unique and cannot be changed. [optional]
thirdPartyURI string [optional]
domain string [optional]
version int The current version of the organization.
state string The current state. Examples are active, inactive, deleted. [optional]
defaultSiteId string [optional]
supportURI string Email address where support tickets are sent to. [optional]
voicemailEnabled bool [optional]
selfUri string The URI for this object [optional]
features map[string,bool] The state of features available for the organization. [optional]

[Back to Model list] [Back to API list] [Back to README]