Users
Preferences
List user preference sets
Retrieves a list of all preference sets for a specific user.
get/v1/users/{user_id}/preferences
Path parameters
user_idstring required
The unique identifier of the user.
Response
OK
Example response
[
{
"categories": {
"marketing": false,
"transactional": {
"channel_types": {
"email": false
}
}
},
"channel_types": {
"email": true,
"push": false,
"sms": {
"conditions": [
{
"argument": "US",
"operator": "equal_to",
"variable": "recipient.country_code"
}
]
}
},
"commercial_subscribed": true,
"id": "default",
"workflows": null
}
]