Update preferences

Updates notification preferences with explicit events, opt-in, or opt-out operations. | (UserNotificationPreferencesUpdateRequest) -> (NotificationUserPreferences1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
set_events_by_channelmap from strings to lists of enums or nullOptional
add_events_by_channelmap from strings to lists of enums or nullOptional
remove_events_by_channelmap from strings to lists of enums or nullOptional
opt_in_to_all_on_channelslist of enums or nullOptional
Allowed values:
opt_out_of_all_on_channelslist of enums or nullOptional
Allowed values:

Response

Successful Response
schema_versioninteger
user_idstring

Must be a string starting with user_

created_at_timestampstringformat: "date-time"
last_edited_at_timestampstringformat: "date-time"
_idstring
email_eventslist of enums or null
push_eventslist of enums or null
sms_eventslist of enums or null

Errors