UserOptions
User Options🔗
Description🔗
This object contains optional settings related to the user.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
emailAddresses(deprecated) | string | A comma-separated list of email addresses. These are used as the reply-to addresses when sending emails via the Email Export dialog (used for sharing search results). If the Email Address Service is not configured, these are also used as the default and unmodifiable recipients of Email Alerts. |
emailAlertRecipients | string | A comma-separated list of email addresses that the user can add to the email alert recipients. If empty, the user can email to any address. |
userEmail | string | User email address that will be used for reply-to in emailDialog. |
Examples🔗
{
"emailAlertRecipients": "a@example.org",
"userEmail":"b@example.org"
}