Permissions
Permissions
Section titled “Permissions”Permissions are identifiers granted to accounts, groups, tenants, roles, and credentials. Each identifier is referenced in JMAP payloads as a plain string.
The first section lists the baseline permissions declared in the permission schema. The second section lists the sys* permissions automatically generated for every server object (one category per object, covering Get / Create / Update / Destroy / Query for objects and Get / Update for singletons).
Base permissions
Section titled “Base permissions”impersonate: Act on behalf of another userunlimitedRequests: Bypass request rate limitsunlimitedUploads: Bypass upload size and rate limitsfetchAnyBlob: Retrieve arbitrary blobs, even those not owned by the account
Calendar
Section titled “Calendar”calendarAlarmsSend: Send calendar alarm notifications via emailcalendarSchedulingSend: Send calendar invitations and updates via emailcalendarSchedulingReceive: Process incoming calendar invitations and replies
davSyncCollection: Synchronize collection changes with clientdavExpandProperty: Expand properties that reference other resourcesdavPrincipalAcl: Manage access control properties on principalsdavPrincipalList: List available principals in the systemdavPrincipalMatch: Match principals based on specified criteriadavPrincipalSearch: Search for principals by property valuesdavPrincipalSearchPropSet: Query which properties can be searched on principals
DavCal
Section titled “DavCal”davCalPropFind: Retrieve properties of calendar entriesdavCalPropPatch: Modify properties of calendar entriesdavCalGet: Download calendar entriesdavCalMkCol: Create new calendar collectionsdavCalDelete: Remove calendar entries or collectionsdavCalPut: Upload or modify calendar entriesdavCalCopy: Copy calendar entries to new locationsdavCalMove: Move calendar entries to new locationsdavCalLock: Lock calendar entries to prevent concurrent modificationsdavCalAcl: Manage access control lists for calendar entriesdavCalQuery: Search for calendar entries matching criteriadavCalMultiGet: Retrieve multiple calendar entries in a single requestdavCalFreeBusyQuery: Query free/busy time information for scheduling
DavCard
Section titled “DavCard”davCardPropFind: Retrieve properties of address book entriesdavCardPropPatch: Modify properties of address book entriesdavCardGet: Download address book entriesdavCardMkCol: Create new address book collectionsdavCardDelete: Remove address book entries or collectionsdavCardPut: Upload or modify address book entriesdavCardCopy: Copy address book entries to new locationsdavCardMove: Move address book entries to new locationsdavCardLock: Lock address book entries to prevent concurrent modificationsdavCardAcl: Manage access control lists for address book entriesdavCardQuery: Search for address book entries matching criteriadavCardMultiGet: Retrieve multiple address book entries in a single request
DavFile
Section titled “DavFile”davFilePropFind: Retrieve properties of file resourcesdavFilePropPatch: Modify properties of file resourcesdavFileGet: Download file resourcesdavFileMkCol: Create new file collections or directoriesdavFileDelete: Remove file resourcesdavFilePut: Upload or modify file resourcesdavFileCopy: Copy file resources to new locationsdavFileMove: Move file resources to new locationsdavFileLock: Lock file resources to prevent concurrent modificationsdavFileAcl: Manage access control lists for file resources
emailSend: Send emailsemailReceive: Receive emails
imapAuthenticate: Sign in to the IMAP serverimapAclGet: View mailbox access control listsimapAclSet: Modify mailbox access control listsimapMyRights: View own permissions on a mailboximapListRights: List available permission flags for a mailboximapAppend: Upload messages to a mailboximapCapability: Query supported IMAP extensionsimapId: Query server identification and versionimapCopy: Copy messages between mailboxesimapMove: Move messages between mailboxesimapCreate: Create new mailboxesimapDelete: Delete mailboxes or mark messages for deletionimapEnable: Activate optional IMAP extensionsimapExpunge: Permanently remove messages marked for deletionimapFetch: Download message content and metadataimapIdle: Receive real-time notifications for mailbox changesimapList: List available mailboxes and their attributesimapLsub: List mailboxes the user is subscribed toimapNamespace: Query available mailbox namespace prefixesimapRename: Rename or move mailboxesimapSearch: Search messages by criteriaimapSort: Retrieve messages in a specified sort orderimapSelect: Open a mailbox for read-write accessimapExamine: Open a mailbox for read-only accessimapStatus: Query mailbox message counts and stateimapStore: Set or clear message flags (read, flagged, deleted, etc.)imapSubscribe: Subscribe or unsubscribe to mailboxesimapThread: Group messages into conversation threads
JmapAddressBook
Section titled “JmapAddressBook”jmapAddressBookGet: Retrieve address book details and propertiesjmapAddressBookChanges: Track changes to address books since a given statejmapAddressBookCreate: Create new address booksjmapAddressBookUpdate: Modify existing address booksjmapAddressBookDestroy: Remove address books
JmapBlob
Section titled “JmapBlob”jmapBlobGet: Download blob datajmapBlobCopy: Copy blobs to another accountjmapBlobLookup: Look up blob usage across data typesjmapBlobUpload: Upload new blob data
JmapCalendar
Section titled “JmapCalendar”jmapCalendarGet: Retrieve calendar details and propertiesjmapCalendarChanges: Track changes to calendars since a given statejmapCalendarCreate: Create new calendarsjmapCalendarUpdate: Modify existing calendarsjmapCalendarDestroy: Remove calendars
JmapCalendarEvent
Section titled “JmapCalendarEvent”jmapCalendarEventGet: Retrieve calendar event detailsjmapCalendarEventChanges: Track changes to calendar events since a given statejmapCalendarEventQuery: Search for calendar events matching criteriajmapCalendarEventQueryChanges: Track changes to calendar event query resultsjmapCalendarEventCreate: Create new calendar eventsjmapCalendarEventUpdate: Modify existing calendar eventsjmapCalendarEventDestroy: Remove calendar eventsjmapCalendarEventCopy: Copy calendar events to another accountjmapCalendarEventParse: Parse raw calendar event data without storing
JmapCalendarEventNotification
Section titled “JmapCalendarEventNotification”jmapCalendarEventNotificationGet: Retrieve calendar event notification detailsjmapCalendarEventNotificationChanges: Track changes to calendar event notifications since a given statejmapCalendarEventNotificationQuery: Search for calendar event notifications matching criteriajmapCalendarEventNotificationQueryChanges: Track changes to calendar event notification query resultsjmapCalendarEventNotificationCreate: Create new calendar event notificationsjmapCalendarEventNotificationUpdate: Modify existing calendar event notificationsjmapCalendarEventNotificationDestroy: Remove calendar event notifications
JmapContactCard
Section titled “JmapContactCard”jmapContactCardGet: Retrieve contact card detailsjmapContactCardChanges: Track changes to contact cards since a given statejmapContactCardQuery: Search for contact cards matching criteriajmapContactCardQueryChanges: Track changes to contact card query resultsjmapContactCardCreate: Create new contact cardsjmapContactCardUpdate: Modify existing contact cardsjmapContactCardDestroy: Remove contact cardsjmapContactCardCopy: Copy contact cards to another accountjmapContactCardParse: Parse raw contact card data without storing
JmapCore
Section titled “JmapCore”jmapCoreEcho: Echo back input data for testing
JmapEmail
Section titled “JmapEmail”jmapEmailGet: Retrieve email details and propertiesjmapEmailChanges: Track changes to emails since a given statejmapEmailQuery: Search for emails matching criteriajmapEmailQueryChanges: Track changes to email query resultsjmapEmailCreate: Create new emailsjmapEmailUpdate: Modify existing emailsjmapEmailDestroy: Remove emailsjmapEmailCopy: Copy emails to another accountjmapEmailImport: Import emails from blob datajmapEmailParse: Parse raw email data without storing
JmapEmailSubmission
Section titled “JmapEmailSubmission”jmapEmailSubmissionGet: Retrieve email submission detailsjmapEmailSubmissionChanges: Track changes to email submissions since a given statejmapEmailSubmissionQuery: Search for email submissions matching criteriajmapEmailSubmissionQueryChanges: Track changes to email submission query resultsjmapEmailSubmissionCreate: Create new email submissions for sendingjmapEmailSubmissionUpdate: Modify existing email submissionsjmapEmailSubmissionDestroy: Remove email submissions
JmapFileNode
Section titled “JmapFileNode”jmapFileNodeGet: Retrieve file node details and propertiesjmapFileNodeChanges: Track changes to file nodes since a given statejmapFileNodeQuery: Search for file nodes matching criteriajmapFileNodeQueryChanges: Track changes to file node query resultsjmapFileNodeCreate: Create new file nodesjmapFileNodeUpdate: Modify existing file nodesjmapFileNodeDestroy: Remove file nodes
JmapIdentity
Section titled “JmapIdentity”jmapIdentityGet: Retrieve sender identity detailsjmapIdentityChanges: Track changes to identities since a given statejmapIdentityCreate: Create new sender identitiesjmapIdentityUpdate: Modify existing sender identitiesjmapIdentityDestroy: Remove sender identities
JmapMailbox
Section titled “JmapMailbox”jmapMailboxGet: Retrieve mailbox details and propertiesjmapMailboxChanges: Track changes to mailboxes since a given statejmapMailboxQuery: Search for mailboxes matching criteriajmapMailboxQueryChanges: Track changes to mailbox query resultsjmapMailboxCreate: Create new mailboxesjmapMailboxUpdate: Modify existing mailboxesjmapMailboxDestroy: Remove mailboxes
JmapParticipantIdentity
Section titled “JmapParticipantIdentity”jmapParticipantIdentityGet: Retrieve participant identity detailsjmapParticipantIdentityChanges: Track changes to participant identities since a given statejmapParticipantIdentityCreate: Create new participant identitiesjmapParticipantIdentityUpdate: Modify existing participant identitiesjmapParticipantIdentityDestroy: Remove participant identities
JmapPrincipal
Section titled “JmapPrincipal”jmapPrincipalGet: Retrieve principal details and propertiesjmapPrincipalQuery: Search for principals matching criteriajmapPrincipalChanges: Track changes to principals since a given statejmapPrincipalQueryChanges: Track changes to principal query resultsjmapPrincipalGetAvailability: Query availability information for principalsjmapPrincipalCreate: Create new principalsjmapPrincipalUpdate: Modify existing principalsjmapPrincipalDestroy: Remove principals
JmapPushSubscription
Section titled “JmapPushSubscription”jmapPushSubscriptionGet: Retrieve push subscription detailsjmapPushSubscriptionCreate: Create new push subscriptionsjmapPushSubscriptionUpdate: Modify existing push subscriptionsjmapPushSubscriptionDestroy: Remove push subscriptions
JmapQuota
Section titled “JmapQuota”jmapQuotaGet: Retrieve quota usage and limitsjmapQuotaChanges: Track changes to quotas since a given statejmapQuotaQuery: Search for quotas matching criteriajmapQuotaQueryChanges: Track changes to quota query results
JmapSearchSnippet
Section titled “JmapSearchSnippet”jmapSearchSnippetGet: Retrieve search result snippets for emails
JmapShareNotification
Section titled “JmapShareNotification”jmapShareNotificationGet: Retrieve share notification detailsjmapShareNotificationChanges: Track changes to share notifications since a given statejmapShareNotificationQuery: Search for share notifications matching criteriajmapShareNotificationQueryChanges: Track changes to share notification query resultsjmapShareNotificationCreate: Create new share notificationsjmapShareNotificationUpdate: Modify existing share notificationsjmapShareNotificationDestroy: Remove share notifications
JmapSieveScript
Section titled “JmapSieveScript”jmapSieveScriptGet: Retrieve Sieve filter script detailsjmapSieveScriptQuery: Search for Sieve scripts matching criteriajmapSieveScriptValidate: Validate a Sieve script without storingjmapSieveScriptCreate: Create new Sieve filter scriptsjmapSieveScriptUpdate: Modify existing Sieve filter scriptsjmapSieveScriptDestroy: Remove Sieve filter scripts
JmapThread
Section titled “JmapThread”jmapThreadGet: Retrieve email thread detailsjmapThreadChanges: Track changes to threads since a given state
JmapVacationResponse
Section titled “JmapVacationResponse”jmapVacationResponseGet: Retrieve vacation response configurationjmapVacationResponseCreate: Create vacation response settingsjmapVacationResponseUpdate: Modify vacation response settingsjmapVacationResponseDestroy: Remove vacation response settings
liveTracing: View real-time server event tracesliveMetrics: View real-time server performance metricsliveDeliveryTest: Send test emails to verify delivery configuration
oAuthClientRegistration: Register new OAuth client applicationsoAuthClientOverride: Bypass OAuth client registration requirements
pop3Authenticate: Sign in to the POP3 serverpop3List: List messages and their sizespop3Uidl: Retrieve unique message identifierspop3Stat: Query mailbox message count and total sizepop3Retr: Download message contentpop3Dele: Mark messages for deletion on disconnect
sieveAuthenticate: Sign in to the ManageSieve serversieveListScripts: List uploaded Sieve scriptssieveSetActive: Designate which Sieve script is activesieveGetScript: Download Sieve script contentsievePutScript: Upload or replace a Sieve scriptsieveDeleteScript: Remove a Sieve scriptsieveRenameScript: Rename a Sieve scriptsieveCheckScript: Validate Sieve script syntax without savingsieveHaveSpace: Check if quota allows uploading a script of a given size
authenticate: Sign in to the serverauthenticateWithAlias: Sign in using email alias addressesinteractAi: Interact with AI models
Registry permissions
Section titled “Registry permissions”sysAccount
Section titled “sysAccount”sysAccountGet: Get accountssysAccountCreate: Create accountssysAccountUpdate: Update accountssysAccountDestroy: Destroy accountssysAccountQuery: Query accounts
sysAccountPassword
Section titled “sysAccountPassword”sysAccountPasswordGet: Get AccountPassword settingssysAccountPasswordUpdate: Update AccountPassword settings
sysAccountSettings
Section titled “sysAccountSettings”sysAccountSettingsGet: Get AccountSettings settingssysAccountSettingsUpdate: Update AccountSettings settings
sysAcmeProvider
Section titled “sysAcmeProvider”sysAcmeProviderGet: Get providerssysAcmeProviderCreate: Create providerssysAcmeProviderUpdate: Update providerssysAcmeProviderDestroy: Destroy providerssysAcmeProviderQuery: Query providers
sysAction
Section titled “sysAction”actionReloadSettings: Action: Reload: Server settingsactionReloadTlsCertificates: Action: Reload: TLS certificatesactionReloadLookupStores: Action: Reload: Lookup storesactionReloadBlockedIps: Action: Reload: Blocked IPs listactionUpdateApps: Action: Application Management: Update applicationsactionTroubleshootDmarc: Action: DMARC: TroubleshootingactionClassifySpam: Action: Spam Filter: Classify a messageactionInvalidateCaches: Action: Cache: Invalidate all cachesactionInvalidateNegativeCaches: Action: Cache: Invalidate negative cachesactionPauseMtaQueue: Action: MTA: Pause queue processingactionResumeMtaQueue: Action: MTA: Resume queue processingsysActionGet: Get actionssysActionCreate: Create actionssysActionUpdate: Update actionssysActionDestroy: Destroy actionssysActionQuery: Query actions
sysAddressBook
Section titled “sysAddressBook”sysAddressBookGet: Get AddressBook settingssysAddressBookUpdate: Update AddressBook settings
sysAiModel
Section titled “sysAiModel”sysAiModelGet: Get AI modelssysAiModelCreate: Create AI modelssysAiModelUpdate: Update AI modelssysAiModelDestroy: Destroy AI modelssysAiModelQuery: Query AI models
sysAlert
Section titled “sysAlert”sysAlertGet: Get alertssysAlertCreate: Create alertssysAlertUpdate: Update alertssysAlertDestroy: Destroy alertssysAlertQuery: Query alerts
sysAllowedIp
Section titled “sysAllowedIp”sysAllowedIpGet: Get addressessysAllowedIpCreate: Create addressessysAllowedIpUpdate: Update addressessysAllowedIpDestroy: Destroy addressessysAllowedIpQuery: Query addresses
sysApiKey
Section titled “sysApiKey”sysApiKeyGet: Get API keyssysApiKeyCreate: Create API keyssysApiKeyUpdate: Update API keyssysApiKeyDestroy: Destroy API keyssysApiKeyQuery: Query API keys
sysAppPassword
Section titled “sysAppPassword”sysAppPasswordGet: Get App passwordssysAppPasswordCreate: Create App passwordssysAppPasswordUpdate: Update App passwordssysAppPasswordDestroy: Destroy App passwordssysAppPasswordQuery: Query App passwords
sysApplication
Section titled “sysApplication”sysApplicationGet: Get applicationssysApplicationCreate: Create applicationssysApplicationUpdate: Update applicationssysApplicationDestroy: Destroy applicationssysApplicationQuery: Query applications
sysArchivedItem
Section titled “sysArchivedItem”sysArchivedItemGet: Get archived itemssysArchivedItemCreate: Create archived itemssysArchivedItemUpdate: Update archived itemssysArchivedItemDestroy: Destroy archived itemssysArchivedItemQuery: Query archived items
sysArfExternalReport
Section titled “sysArfExternalReport”sysArfExternalReportGet: Get reportssysArfExternalReportCreate: Create reportssysArfExternalReportUpdate: Update reportssysArfExternalReportDestroy: Destroy reportssysArfExternalReportQuery: Query reports
sysAsn
Section titled “sysAsn”sysAsnGet: Get Asn settingssysAsnUpdate: Update Asn settings
sysAuthentication
Section titled “sysAuthentication”sysAuthenticationGet: Get Authentication settingssysAuthenticationUpdate: Update Authentication settings
sysBlobStore
Section titled “sysBlobStore”sysBlobStoreGet: Get BlobStore settingssysBlobStoreUpdate: Update BlobStore settings
sysBlockedIp
Section titled “sysBlockedIp”sysBlockedIpGet: Get addressessysBlockedIpCreate: Create addressessysBlockedIpUpdate: Update addressessysBlockedIpDestroy: Destroy addressessysBlockedIpQuery: Query addresses
sysBootstrap
Section titled “sysBootstrap”sysBootstrapGet: Get Bootstrap settingssysBootstrapUpdate: Update Bootstrap settings
sysCache
Section titled “sysCache”sysCacheGet: Get Cache settingssysCacheUpdate: Update Cache settings
sysCalendar
Section titled “sysCalendar”sysCalendarGet: Get Calendar settingssysCalendarUpdate: Update Calendar settings
sysCalendarAlarm
Section titled “sysCalendarAlarm”sysCalendarAlarmGet: Get CalendarAlarm settingssysCalendarAlarmUpdate: Update CalendarAlarm settings
sysCalendarScheduling
Section titled “sysCalendarScheduling”sysCalendarSchedulingGet: Get CalendarScheduling settingssysCalendarSchedulingUpdate: Update CalendarScheduling settings
sysCertificate
Section titled “sysCertificate”sysCertificateGet: Get certificatessysCertificateCreate: Create certificatessysCertificateUpdate: Update certificatessysCertificateDestroy: Destroy certificatessysCertificateQuery: Query certificates
sysClusterNode
Section titled “sysClusterNode”sysClusterNodeGet: Get cluster nodessysClusterNodeCreate: Create cluster nodessysClusterNodeUpdate: Update cluster nodessysClusterNodeDestroy: Destroy cluster nodessysClusterNodeQuery: Query cluster nodes
sysClusterRole
Section titled “sysClusterRole”sysClusterRoleGet: Get rolessysClusterRoleCreate: Create rolessysClusterRoleUpdate: Update rolessysClusterRoleDestroy: Destroy rolessysClusterRoleQuery: Query roles
sysCoordinator
Section titled “sysCoordinator”sysCoordinatorGet: Get Coordinator settingssysCoordinatorUpdate: Update Coordinator settings
sysDataRetention
Section titled “sysDataRetention”sysDataRetentionGet: Get DataRetention settingssysDataRetentionUpdate: Update DataRetention settings
sysDataStore
Section titled “sysDataStore”sysDataStoreGet: Get DataStore settingssysDataStoreUpdate: Update DataStore settings
sysDirectory
Section titled “sysDirectory”sysDirectoryGet: Get directoriessysDirectoryCreate: Create directoriessysDirectoryUpdate: Update directoriessysDirectoryDestroy: Destroy directoriessysDirectoryQuery: Query directories
sysDkimReportSettings
Section titled “sysDkimReportSettings”sysDkimReportSettingsGet: Get DkimReportSettings settingssysDkimReportSettingsUpdate: Update DkimReportSettings settings
sysDkimSignature
Section titled “sysDkimSignature”sysDkimSignatureGet: Get signaturessysDkimSignatureCreate: Create signaturessysDkimSignatureUpdate: Update signaturessysDkimSignatureDestroy: Destroy signaturessysDkimSignatureQuery: Query signatures
sysDmarcExternalReport
Section titled “sysDmarcExternalReport”sysDmarcExternalReportGet: Get reportssysDmarcExternalReportCreate: Create reportssysDmarcExternalReportUpdate: Update reportssysDmarcExternalReportDestroy: Destroy reportssysDmarcExternalReportQuery: Query reports
sysDmarcInternalReport
Section titled “sysDmarcInternalReport”sysDmarcInternalReportGet: Get reportssysDmarcInternalReportCreate: Create reportssysDmarcInternalReportUpdate: Update reportssysDmarcInternalReportDestroy: Destroy reportssysDmarcInternalReportQuery: Query reports
sysDmarcReportSettings
Section titled “sysDmarcReportSettings”sysDmarcReportSettingsGet: Get DmarcReportSettings settingssysDmarcReportSettingsUpdate: Update DmarcReportSettings settings
sysDnsResolver
Section titled “sysDnsResolver”sysDnsResolverGet: Get DnsResolver settingssysDnsResolverUpdate: Update DnsResolver settings
sysDnsServer
Section titled “sysDnsServer”sysDnsServerGet: Get DNS serverssysDnsServerCreate: Create DNS serverssysDnsServerUpdate: Update DNS serverssysDnsServerDestroy: Destroy DNS serverssysDnsServerQuery: Query DNS servers
sysDomain
Section titled “sysDomain”sysDomainGet: Get domainssysDomainCreate: Create domainssysDomainUpdate: Update domainssysDomainDestroy: Destroy domainssysDomainQuery: Query domains
sysDsnReportSettings
Section titled “sysDsnReportSettings”sysDsnReportSettingsGet: Get DsnReportSettings settingssysDsnReportSettingsUpdate: Update DsnReportSettings settings
sysEmail
Section titled “sysEmail”sysEmailGet: Get Email settingssysEmailUpdate: Update Email settings
sysEnterprise
Section titled “sysEnterprise”sysEnterpriseGet: Get Enterprise settingssysEnterpriseUpdate: Update Enterprise settings
sysEventTracingLevel
Section titled “sysEventTracingLevel”sysEventTracingLevelGet: Get eventssysEventTracingLevelCreate: Create eventssysEventTracingLevelUpdate: Update eventssysEventTracingLevelDestroy: Destroy eventssysEventTracingLevelQuery: Query events
sysFileStorage
Section titled “sysFileStorage”sysFileStorageGet: Get FileStorage settingssysFileStorageUpdate: Update FileStorage settings
sysHttp
Section titled “sysHttp”sysHttpGet: Get Http settingssysHttpUpdate: Update Http settings
sysHttpForm
Section titled “sysHttpForm”sysHttpFormGet: Get HttpForm settingssysHttpFormUpdate: Update HttpForm settings
sysHttpLookup
Section titled “sysHttpLookup”sysHttpLookupGet: Get listssysHttpLookupCreate: Create listssysHttpLookupUpdate: Update listssysHttpLookupDestroy: Destroy listssysHttpLookupQuery: Query lists
sysImap
Section titled “sysImap”sysImapGet: Get Imap settingssysImapUpdate: Update Imap settings
sysInMemoryStore
Section titled “sysInMemoryStore”sysInMemoryStoreGet: Get InMemoryStore settingssysInMemoryStoreUpdate: Update InMemoryStore settings
sysJmap
Section titled “sysJmap”sysJmapGet: Get Jmap settingssysJmapUpdate: Update Jmap settings
sysLog
Section titled “sysLog”sysLogGet: Get log entriessysLogCreate: Create log entriessysLogUpdate: Update log entriessysLogDestroy: Destroy log entriessysLogQuery: Query log entries
sysMailingList
Section titled “sysMailingList”sysMailingListGet: Get mailing listssysMailingListCreate: Create mailing listssysMailingListUpdate: Update mailing listssysMailingListDestroy: Destroy mailing listssysMailingListQuery: Query mailing lists
sysMaskedEmail
Section titled “sysMaskedEmail”sysMaskedEmailGet: Get masked emailssysMaskedEmailCreate: Create masked emailssysMaskedEmailUpdate: Update masked emailssysMaskedEmailDestroy: Destroy masked emailssysMaskedEmailQuery: Query masked emails
sysMemoryLookupKey
Section titled “sysMemoryLookupKey”sysMemoryLookupKeyGet: Get keyssysMemoryLookupKeyCreate: Create keyssysMemoryLookupKeyUpdate: Update keyssysMemoryLookupKeyDestroy: Destroy keyssysMemoryLookupKeyQuery: Query keys
sysMemoryLookupKeyValue
Section titled “sysMemoryLookupKeyValue”sysMemoryLookupKeyValueGet: Get keyssysMemoryLookupKeyValueCreate: Create keyssysMemoryLookupKeyValueUpdate: Update keyssysMemoryLookupKeyValueDestroy: Destroy keyssysMemoryLookupKeyValueQuery: Query keys
sysMetric
Section titled “sysMetric”sysMetricGet: Get metricssysMetricCreate: Create metricssysMetricUpdate: Update metricssysMetricDestroy: Destroy metricssysMetricQuery: Query metrics
sysMetrics
Section titled “sysMetrics”sysMetricsGet: Get Metrics settingssysMetricsUpdate: Update Metrics settings
sysMetricsStore
Section titled “sysMetricsStore”sysMetricsStoreGet: Get MetricsStore settingssysMetricsStoreUpdate: Update MetricsStore settings
sysMtaConnectionStrategy
Section titled “sysMtaConnectionStrategy”sysMtaConnectionStrategyGet: Get strategiessysMtaConnectionStrategyCreate: Create strategiessysMtaConnectionStrategyUpdate: Update strategiessysMtaConnectionStrategyDestroy: Destroy strategiessysMtaConnectionStrategyQuery: Query strategies
sysMtaDeliverySchedule
Section titled “sysMtaDeliverySchedule”sysMtaDeliveryScheduleGet: Get schedulessysMtaDeliveryScheduleCreate: Create schedulessysMtaDeliveryScheduleUpdate: Update schedulessysMtaDeliveryScheduleDestroy: Destroy schedulessysMtaDeliveryScheduleQuery: Query schedules
sysMtaExtensions
Section titled “sysMtaExtensions”sysMtaExtensionsGet: Get MtaExtensions settingssysMtaExtensionsUpdate: Update MtaExtensions settings
sysMtaHook
Section titled “sysMtaHook”sysMtaHookGet: Get hookssysMtaHookCreate: Create hookssysMtaHookUpdate: Update hookssysMtaHookDestroy: Destroy hookssysMtaHookQuery: Query hooks
sysMtaInboundSession
Section titled “sysMtaInboundSession”sysMtaInboundSessionGet: Get MtaInboundSession settingssysMtaInboundSessionUpdate: Update MtaInboundSession settings
sysMtaInboundThrottle
Section titled “sysMtaInboundThrottle”sysMtaInboundThrottleGet: Get throttlessysMtaInboundThrottleCreate: Create throttlessysMtaInboundThrottleUpdate: Update throttlessysMtaInboundThrottleDestroy: Destroy throttlessysMtaInboundThrottleQuery: Query throttles
sysMtaMilter
Section titled “sysMtaMilter”sysMtaMilterGet: Get milterssysMtaMilterCreate: Create milterssysMtaMilterUpdate: Update milterssysMtaMilterDestroy: Destroy milterssysMtaMilterQuery: Query milters
sysMtaOutboundStrategy
Section titled “sysMtaOutboundStrategy”sysMtaOutboundStrategyGet: Get MtaOutboundStrategy settingssysMtaOutboundStrategyUpdate: Update MtaOutboundStrategy settings
sysMtaOutboundThrottle
Section titled “sysMtaOutboundThrottle”sysMtaOutboundThrottleGet: Get throttlessysMtaOutboundThrottleCreate: Create throttlessysMtaOutboundThrottleUpdate: Update throttlessysMtaOutboundThrottleDestroy: Destroy throttlessysMtaOutboundThrottleQuery: Query throttles
sysMtaQueueQuota
Section titled “sysMtaQueueQuota”sysMtaQueueQuotaGet: Get quotassysMtaQueueQuotaCreate: Create quotassysMtaQueueQuotaUpdate: Update quotassysMtaQueueQuotaDestroy: Destroy quotassysMtaQueueQuotaQuery: Query quotas
sysMtaRoute
Section titled “sysMtaRoute”sysMtaRouteGet: Get routessysMtaRouteCreate: Create routessysMtaRouteUpdate: Update routessysMtaRouteDestroy: Destroy routessysMtaRouteQuery: Query routes
sysMtaStageAuth
Section titled “sysMtaStageAuth”sysMtaStageAuthGet: Get MtaStageAuth settingssysMtaStageAuthUpdate: Update MtaStageAuth settings
sysMtaStageConnect
Section titled “sysMtaStageConnect”sysMtaStageConnectGet: Get MtaStageConnect settingssysMtaStageConnectUpdate: Update MtaStageConnect settings
sysMtaStageData
Section titled “sysMtaStageData”sysMtaStageDataGet: Get MtaStageData settingssysMtaStageDataUpdate: Update MtaStageData settings
sysMtaStageEhlo
Section titled “sysMtaStageEhlo”sysMtaStageEhloGet: Get MtaStageEhlo settingssysMtaStageEhloUpdate: Update MtaStageEhlo settings
sysMtaStageMail
Section titled “sysMtaStageMail”sysMtaStageMailGet: Get MtaStageMail settingssysMtaStageMailUpdate: Update MtaStageMail settings
sysMtaStageRcpt
Section titled “sysMtaStageRcpt”sysMtaStageRcptGet: Get MtaStageRcpt settingssysMtaStageRcptUpdate: Update MtaStageRcpt settings
sysMtaSts
Section titled “sysMtaSts”sysMtaStsGet: Get MtaSts settingssysMtaStsUpdate: Update MtaSts settings
sysMtaTlsStrategy
Section titled “sysMtaTlsStrategy”sysMtaTlsStrategyGet: Get strategiessysMtaTlsStrategyCreate: Create strategiessysMtaTlsStrategyUpdate: Update strategiessysMtaTlsStrategyDestroy: Destroy strategiessysMtaTlsStrategyQuery: Query strategies
sysMtaVirtualQueue
Section titled “sysMtaVirtualQueue”sysMtaVirtualQueueGet: Get queuessysMtaVirtualQueueCreate: Create queuessysMtaVirtualQueueUpdate: Update queuessysMtaVirtualQueueDestroy: Destroy queuessysMtaVirtualQueueQuery: Query queues
sysNetworkListener
Section titled “sysNetworkListener”sysNetworkListenerGet: Get listenerssysNetworkListenerCreate: Create listenerssysNetworkListenerUpdate: Update listenerssysNetworkListenerDestroy: Destroy listenerssysNetworkListenerQuery: Query listeners
sysOAuthClient
Section titled “sysOAuthClient”sysOAuthClientGet: Get OAuth clientssysOAuthClientCreate: Create OAuth clientssysOAuthClientUpdate: Update OAuth clientssysOAuthClientDestroy: Destroy OAuth clientssysOAuthClientQuery: Query OAuth clients
sysOidcProvider
Section titled “sysOidcProvider”sysOidcProviderGet: Get OidcProvider settingssysOidcProviderUpdate: Update OidcProvider settings
sysPublicKey
Section titled “sysPublicKey”sysPublicKeyGet: Get public keyssysPublicKeyCreate: Create public keyssysPublicKeyUpdate: Update public keyssysPublicKeyDestroy: Destroy public keyssysPublicKeyQuery: Query public keys
sysQueuedMessage
Section titled “sysQueuedMessage”sysQueuedMessageGet: Get messagessysQueuedMessageCreate: Create messagessysQueuedMessageUpdate: Update messagessysQueuedMessageDestroy: Destroy messagessysQueuedMessageQuery: Query messages
sysReportSettings
Section titled “sysReportSettings”sysReportSettingsGet: Get ReportSettings settingssysReportSettingsUpdate: Update ReportSettings settings
sysRole
Section titled “sysRole”sysRoleGet: Get rolessysRoleCreate: Create rolessysRoleUpdate: Update rolessysRoleDestroy: Destroy rolessysRoleQuery: Query roles
sysSearch
Section titled “sysSearch”sysSearchGet: Get Search settingssysSearchUpdate: Update Search settings
sysSearchStore
Section titled “sysSearchStore”sysSearchStoreGet: Get SearchStore settingssysSearchStoreUpdate: Update SearchStore settings
sysSecurity
Section titled “sysSecurity”sysSecurityGet: Get Security settingssysSecurityUpdate: Update Security settings
sysSenderAuth
Section titled “sysSenderAuth”sysSenderAuthGet: Get SenderAuth settingssysSenderAuthUpdate: Update SenderAuth settings
sysSharing
Section titled “sysSharing”sysSharingGet: Get Sharing settingssysSharingUpdate: Update Sharing settings
sysSieveSystemInterpreter
Section titled “sysSieveSystemInterpreter”sysSieveSystemInterpreterGet: Get SieveSystemInterpreter settingssysSieveSystemInterpreterUpdate: Update SieveSystemInterpreter settings
sysSieveSystemScript
Section titled “sysSieveSystemScript”sysSieveSystemScriptGet: Get scriptssysSieveSystemScriptCreate: Create scriptssysSieveSystemScriptUpdate: Update scriptssysSieveSystemScriptDestroy: Destroy scriptssysSieveSystemScriptQuery: Query scripts
sysSieveUserInterpreter
Section titled “sysSieveUserInterpreter”sysSieveUserInterpreterGet: Get SieveUserInterpreter settingssysSieveUserInterpreterUpdate: Update SieveUserInterpreter settings
sysSieveUserScript
Section titled “sysSieveUserScript”sysSieveUserScriptGet: Get scriptssysSieveUserScriptCreate: Create scriptssysSieveUserScriptUpdate: Update scriptssysSieveUserScriptDestroy: Destroy scriptssysSieveUserScriptQuery: Query scripts
sysSpamClassifier
Section titled “sysSpamClassifier”sysSpamClassifierGet: Get SpamClassifier settingssysSpamClassifierUpdate: Update SpamClassifier settings
sysSpamDnsblServer
Section titled “sysSpamDnsblServer”sysSpamDnsblServerGet: Get serverssysSpamDnsblServerCreate: Create serverssysSpamDnsblServerUpdate: Update serverssysSpamDnsblServerDestroy: Destroy serverssysSpamDnsblServerQuery: Query servers
sysSpamDnsblSettings
Section titled “sysSpamDnsblSettings”sysSpamDnsblSettingsGet: Get SpamDnsblSettings settingssysSpamDnsblSettingsUpdate: Update SpamDnsblSettings settings
sysSpamFileExtension
Section titled “sysSpamFileExtension”sysSpamFileExtensionGet: Get extensionssysSpamFileExtensionCreate: Create extensionssysSpamFileExtensionUpdate: Update extensionssysSpamFileExtensionDestroy: Destroy extensionssysSpamFileExtensionQuery: Query extensions
sysSpamLlm
Section titled “sysSpamLlm”sysSpamLlmGet: Get SpamLlm settingssysSpamLlmUpdate: Update SpamLlm settings
sysSpamPyzor
Section titled “sysSpamPyzor”sysSpamPyzorGet: Get SpamPyzor settingssysSpamPyzorUpdate: Update SpamPyzor settings
sysSpamRule
Section titled “sysSpamRule”sysSpamRuleGet: Get rulessysSpamRuleCreate: Create rulessysSpamRuleUpdate: Update rulessysSpamRuleDestroy: Destroy rulessysSpamRuleQuery: Query rules
sysSpamSettings
Section titled “sysSpamSettings”sysSpamSettingsGet: Get SpamSettings settingssysSpamSettingsUpdate: Update SpamSettings settings
sysSpamTag
Section titled “sysSpamTag”sysSpamTagGet: Get tagssysSpamTagCreate: Create tagssysSpamTagUpdate: Update tagssysSpamTagDestroy: Destroy tagssysSpamTagQuery: Query tags
sysSpamTrainingSample
Section titled “sysSpamTrainingSample”sysSpamTrainingSampleGet: Get samplessysSpamTrainingSampleCreate: Create samplessysSpamTrainingSampleUpdate: Update samplessysSpamTrainingSampleDestroy: Destroy samplessysSpamTrainingSampleQuery: Query samples
sysSpfReportSettings
Section titled “sysSpfReportSettings”sysSpfReportSettingsGet: Get SpfReportSettings settingssysSpfReportSettingsUpdate: Update SpfReportSettings settings
sysStoreLookup
Section titled “sysStoreLookup”sysStoreLookupGet: Get lookupssysStoreLookupCreate: Create lookupssysStoreLookupUpdate: Update lookupssysStoreLookupDestroy: Destroy lookupssysStoreLookupQuery: Query lookups
sysSystemSettings
Section titled “sysSystemSettings”sysSystemSettingsGet: Get SystemSettings settingssysSystemSettingsUpdate: Update SystemSettings settings
sysTask
Section titled “sysTask”taskIndexDocument: Task: Index documenttaskUnindexDocument: Task: Unindex documenttaskIndexTrace: Task: Index telemetry tracetaskCalendarAlarmEmail: Task: Calendar alarm e-mailtaskCalendarAlarmNotification: Task: Calendar alarm notificationtaskCalendarItipMessage: Task: Calendar iTIP messagetaskMergeThreads: Task: Merge email threadstaskDmarcReport: Task: Send DMARC report to remote servertaskTlsReport: Task: Send TLS report to remote servertaskRestoreArchivedItem: Task: Restore archived itemtaskDestroyAccount: Task: Destroy account and all associated datataskAccountMaintenance: Task: Perform account maintenance operationstaskTenantMaintenance: Task: Perform tenant maintenance operationstaskStoreMaintenance: Task: Perform store maintenance operationstaskSpamFilterMaintenance: Task: Perform spam filter maintenance operationstaskAcmeRenewal: Task: Perform ACME certificate renewal for a domaintaskDkimManagement: Task: Perform DKIM key rotation for a domaintaskDnsManagement: Task: Perform DNS management for a domainsysTaskGet: Get taskssysTaskCreate: Create taskssysTaskUpdate: Update taskssysTaskDestroy: Destroy taskssysTaskQuery: Query tasks
sysTaskManager
Section titled “sysTaskManager”sysTaskManagerGet: Get TaskManager settingssysTaskManagerUpdate: Update TaskManager settings
sysTenant
Section titled “sysTenant”sysTenantGet: Get tenantssysTenantCreate: Create tenantssysTenantUpdate: Update tenantssysTenantDestroy: Destroy tenantssysTenantQuery: Query tenants
sysTlsExternalReport
Section titled “sysTlsExternalReport”sysTlsExternalReportGet: Get reportssysTlsExternalReportCreate: Create reportssysTlsExternalReportUpdate: Update reportssysTlsExternalReportDestroy: Destroy reportssysTlsExternalReportQuery: Query reports
sysTlsInternalReport
Section titled “sysTlsInternalReport”sysTlsInternalReportGet: Get reportssysTlsInternalReportCreate: Create reportssysTlsInternalReportUpdate: Update reportssysTlsInternalReportDestroy: Destroy reportssysTlsInternalReportQuery: Query reports
sysTlsReportSettings
Section titled “sysTlsReportSettings”sysTlsReportSettingsGet: Get TlsReportSettings settingssysTlsReportSettingsUpdate: Update TlsReportSettings settings
sysTrace
Section titled “sysTrace”sysTraceGet: Get tracessysTraceCreate: Create tracessysTraceUpdate: Update tracessysTraceDestroy: Destroy tracessysTraceQuery: Query traces
sysTracer
Section titled “sysTracer”sysTracerGet: Get tracerssysTracerCreate: Create tracerssysTracerUpdate: Update tracerssysTracerDestroy: Destroy tracerssysTracerQuery: Query tracers
sysTracingStore
Section titled “sysTracingStore”sysTracingStoreGet: Get TracingStore settingssysTracingStoreUpdate: Update TracingStore settings
sysWebDav
Section titled “sysWebDav”sysWebDavGet: Get WebDav settingssysWebDavUpdate: Update WebDav settings
sysWebHook
Section titled “sysWebHook”sysWebHookGet: Get webhookssysWebHookCreate: Create webhookssysWebHookUpdate: Update webhookssysWebHookDestroy: Destroy webhookssysWebHookQuery: Query webhooks