User Preferences
Update or Create user preferences for a specific subscription topic
Sets a user's opt-in status and channel choices for one subscription topic, overriding the tenant default for that topic only.
put/users/{user_id}/preferences/{topic_id}
Path parameters
user_idstring required
A unique identifier associated with the user whose preferences you wish to retrieve.
topic_idstring required
A unique identifier associated with a subscription topic.
Query parameters
tenant_idstring nullable
Update the preferences of a user for this specific tenant context.
Request body
Response
Example response
{
"message": "success"
}