Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 587 Bytes

File metadata and controls

38 lines (34 loc) · 587 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users mailbox-settings patch --user-id {user-id} --body '{
\
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Me/mailboxSettings",
\
    "automaticRepliesSetting": {
\
        "status": "Scheduled",
\
        "scheduledStartDateTime": {
\
          "dateTime": "2016-03-20T18:00:00.0000000",
\
          "timeZone": "UTC"
\
        },
\
        "scheduledEndDateTime": {
\
          "dateTime": "2016-03-28T18:00:00.0000000",
\
          "timeZone": "UTC"
\
        }
\
    }
\
}
\
'