UserSettingsUpdateRequest
Per-user settings upsert and removal request.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
userSettings |
all of: UserSettings | No | Setting entries to create or replace. |
settingKeysToRemove |
array of string | No | Setting identifiers to remove from the user record. |
Example
{
"settingKeysToRemove": [
"string"
]
}