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.
}