Profile management endpoints
Modify domain notification preferences
Modify notifications preferences related to the domain, such as mobile push notifications and email.
post/user/{domain}/notifications/preferences
Path parameters
domainstring required
The domain name to query profile data
Request body
SerializedNotificationPost required
Example request
{
"WEB_NOTIFICATION": true,
"MOBILE_NOTIFICATION": true
}Response
Update successful