a686fddb4e0c

latestOpenAPI 3.1.12026-08-10130601.0 MB

Overall Channel level

API to update user preferences across all channels.

patch/v1/user/{distinct_id}/preference/channel_preference/

Path parameters

distinct_idstring required

distinct_id of the user whose preferences should be fetched

Query parameters

tenant_idstring

to fetch user preferences for a particular tenant

Request body

Response

202

Example response

{
  "channel_preferences": [
    {
      "channel": "email"
    }
  ]
}