Update a user's notificationsCopy Pageput https://{hostname}/identity-management/v3/user-admin/ui-identities/{uiIdentityId}/notificationsThis operation subscribes or unsubscribes users to product notification emails.Path ParamsuiIdentityIdstringrequiredUnique identifier for each user. To get this value, run the List users operation.Query ParamsaccountSwitchKeystringFor 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.Body ParamsEncapsulates the types of email notifications you can receive.optionsobjectrequiredSpecifies email notifications settings.options objectenableEmailNotificationsbooleanrequiredEnables email notifications.truefalseResponse 200The response reflects the user's email notification status.Updated 4 months ago