v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

Bulk Update

Bulk API to update channel and category-level notification preferences for multiple users in one request.

patch/v1/bulk/user/preference/

Query parameters

tenant_idstring

to fetch user preferences for a particular tenant

Request body

distinct_idsstring[] required

distinct_id of users whose preference need to be updated

Response

202

successboolean

Example response

{
  "success": true
}