v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Users

Set user preferences

This endpoint lets you update all the information about a user's preferences on notifications. You need to have WRITE access to this user.

post/user/{user_id}/preferences

Path parameters

user_idstring required

User id

Request body

receive_negative_reviews_email_notificationsboolean

Receive a notification when there is a negative review.

Example request

{
  "reports": {
    "daily_review_preferences": {
      "partners": [
        "facebook",
        "google_my_business",
        "tripadvisor"
      ],
      "review_type": 2
    }
  }
}

Response

OK

idstring

User id

status'success'

Example response

{
  "id": "5309c3a237bbc544d8e26737"
}