PUT {{baseUrl}}/emails/mailboxes/:email/settings/vacation
Updates vacation responder settings. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"enableAutoReply": "<boolean>",
"responseSubject": "<string>",
"responseBodyPlainText": "<string>",
"responseBodyHtml": "<string>",
"enableAlwaysRespond": "<boolean>",
"restrictToContacts": "<boolean>",
"restrictToDomain": "<boolean>",
"startTime": "<string>",
"startTimeISO": "<string>",
"endTime": "<string>",
"endTimeISO": "<string>"
} |
ENDPOINTS