Skip to main content
POST
/
api
/
user
/
updatePartnerUserNotificationSettings
Update partner user notification settings
curl --request POST \
  --url https://api2.rhombussystems.com/api/user/updatePartnerUserNotificationSettings \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "allClientsSelected": true,
  "clientNotificationIntervalsMap": {},
  "notificationIntervalsForAllClients": [
    {
      "clientUuids": [
        "AAAAAAAAAAAAAAAAAAAAAA"
      ],
      "rows": [
        {
          "activities": [
            "SOUND_LOUD"
          ],
          "days": [
            "MONDAY"
          ],
          "diagnostics": [
            "CAMERA_CONNECTED"
          ],
          "interval": {
            "dayOfWeek": 123,
            "minuteOfDayStartInclusive": 123,
            "minuteOfDayStopExclusive": 123
          },
          "mediums": [
            "SMS"
          ]
        }
      ]
    }
  ],
  "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
  "smsPhoneNumbers": [
    "<string>"
  ],
  "summaryEmailEnabled": true,
  "updatedSetMethodMap": {},
  "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json
allClientsSelected
boolean | null
clientNotificationIntervalsMap
object
notificationIntervalsForAllClients
object[] | null
orgUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

smsPhoneNumbers
(string | null)[] | null
summaryEmailEnabled
boolean | null
updatedSetMethodMap
object
userUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

error
boolean | null
errorMsg
string | null
warningMsg
string | null