user

Update User Notification Preferences

Update user's notification preferences

patch/v1/user/notification_preference

Request body

weekly_digest_emailboolean

Whether to receive weekly digest emails

onboard_preferenceobject

Dynamic key-value pairs for onboarding preferences

real_time_autoscanboolean

Whether to receive real-time autoscan notifications

enable_auto_retestboolean

Whether to enable auto retest

Response

Successfully updated notification preferences

messagestring

Example response

{
  "message": "Notification preferences updated successfully"
}

Changes