Update your notifications
PUT https://{{host}}/identity-management/v3/user-profile/notifications
This operation subscribes to notifications emails for password expiration reminders, proactive maintenance emails, and upgrade notification emails.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"options"=>{"apiClientCredentialExpiryNotification"=>true, "newUserNotification"=>true, "passwordExpiry"=>true, "proactive"=>["EdgeScape", "EdgeSuite (HTTP Content Delivery)"], "upgrade"=>["NetStorage", "Other Upgrade Notifications (Planned)"]}, "enableEmailNotifications"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"options":{"apiClientCredentialExpiryNotification":true,"newUserNotification":true,"passwordExpiry":true,"proactive":["EdgeScape","EdgeSuite (HTTP Content Delivery)"],"upgrade":["NetStorage","Other Upgrade Notifications (Planned)"]},"enableEmailNotifications":true}