Skip to main content

Update user notification preferences

PUT 

/users/me/notification-preferences/

Update Notification Preferences.

This endpoint allows the authenticated user to update their notification preferences.

Request Body:​

  • config (required): An object containing the updated notification preferences.

Response:​

  • 200 OK: Returns the updated notification preferences.
  • 404 Not Found: If the user does not exist.

Notes:​

  • Only applicable to human users.

Request​

Responses​

Successful Response