Data Models
ContactListScopeForOrganizationUsers
REST APIs
- Organizations
- Documents
- Locations
- Users
- Organization User Groups
- Comments Feature
- Notifications
Reference
- Frontend APIs
- React Hooks
- Data Models
- AutocompleteItem
- Comment
- CommentAnnotation
- CommentSelectionChangeData
- CommentSidebarConfig
- CommentSidebarCustomActionEventData
- CommentSidebarData
- Velt Client Config
- ContactListScopeForOrganizationUsers
- CursorUser
- CustomCss
- CustomFilter
- DocumentMetadata
- EditorAccessTimer
- FeatureTypes
- FlockOptions
- LiveStateData
- LiveStateDataMap
- Location
- LocationMetadata
- MediaPreviewConfig
- Notification
- PageInfo
- PresenceUser
- Recorder
- RecorderAnnotation
- RecorderData
- RewriterAnnotation
- SyncVideoPlayer
- Toast
- Transcription
- User
- UserContactSelectedPayload
- UserContactUs
- UserFeedback
Data Models
ContactListScopeForOrganizationUsers
export enum ContactListScopeForOrganizationUsers {
ALL = 'all', // Show all the contacts
ORGANIZATION = 'organization', // Show organization contacts.
ORGANIZATION_USER_GROUP = 'organizationUserGroup', // Show organization user groups.
DOCUMENT = 'document', // Show document contacts.
}
Was this page helpful?