Organization Model
An organization.
Properties
Property | Type | Description |
---|---|---|
allowPriorityMessage | boolean | Whether priority messages are allowed to be sent |
autoLogoutMinutes | number | Minutes of inactivity allowed before users of this organization should be logged out by the UI code |
conversations | Conversation[] | List of active conversations in the org for the logged in user |
displayName | string | Organization's display name |
forumsEnabled | boolean | Whether forums are allowed |
id | string | ID |
isContacts | boolean | Whether this is the special "Contacts" organization |
isForwardAllowed | boolean | Whether messages may be forwarded to another party |
isPatientNetworkEnabled | boolean | Whether patient messaging is enabled in this organization |
memberCount | int | Number of members |
messageTimeToLive | number | Lifespan of messages sent in this organization, in minutes |
unreadCount | number | Number of unread messages in the entire organization |
unreadPriorityCount | number | Number of unread priority messages in the entire organization |