Source Query
data class SourceQuery(val contacts: Boolean = true, val domain: Boolean = true, val phonebooks: Boolean = true, val static: Boolean = true, val groups: Boolean = true, val azureOrgContacts: Boolean = true, val azureOrgUsers: Boolean = true, val azurePersonalContacts: Boolean = true)
Defines options for sourcing contacts in a system.
Parameters
contacts
Whether to fetch the user's personal contacts.
domain
Whether to fetch users from the same domain as contacts.
phonebooks
Whether to fetch contacts from phonebooks.
static
Whether to fetch contacts accessible to all users.
groups
Whether to fetch participants of groups as contacts.
azure Org Contacts
Whether to fetch contacts from Azure organizational directory (if applicable).
azure Org Users
Whether to fetch users from Azure organizational directory (if applicable).
azure Personal Contacts
Whether to fetch personal contacts from Azure (if applicable).