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

KeyDatatypeRequiredDescription
accountSwitchKeystring(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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"options":{"apiClientCredentialExpiryNotification":true,"newUserNotification":true,"passwordExpiry":true,"proactive":["EdgeScape","EdgeSuite (HTTP Content Delivery)"],"upgrade":["NetStorage","Other Upgrade Notifications (Planned)"]},"enableEmailNotifications":true}