Skip to main content
POST
/
api
/
user
/
updateUserSelective
Update user details selectively
curl --request POST \
  --url https://api2.rhombussystems.com/api/user/updateUserSelective \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "bypassSaml": true,
  "mfaEnabled": true,
  "name": "<string>",
  "notificationIntervalsV2": [
    {
      "activityTriggerMap": {},
      "deviceFilterSet": [
        "AAAAAAAAAAAAAAAAAAAAAA"
      ],
      "diagnosticTriggerMap": {},
      "locationActivityTriggerMap": {},
      "locationDiagnosticTriggerMap": {},
      "locationFilterSet": [
        "AAAAAAAAAAAAAAAAAAAAAA"
      ],
      "locationOnlyFilterSet": [
        "AAAAAAAAAAAAAAAAAAAAAA"
      ],
      "minuteOfWeekStart": 123,
      "minuteOfWeekStop": 123
    }
  ],
  "permissionGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA",
  "smsPhoneNumbers": [
    "<string>"
  ],
  "summaryEmailEnabled": true,
  "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{}

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
bypassSaml
boolean | null
mfaEnabled
boolean | null
name
string | null
notificationIntervalsV2
object[] | null
permissionGroupUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

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

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object for selective user updates.