Get a list of user preferences for specified UserKey. It can filter the response by category, subcategory and/or attributeKey
List of User Preferences
Bad Request
curl -i -X GET \ 'http://localhost:8100/user-preference-service/v1/userpreference/list?username=string&authenticator=string&category=string&subcategory=string&attributeKey=string' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
[- {
- "userKey": {
- "username": "string",
- "authenticator": "string"
}, - "category": "UI",
- "subCategory": "notification",
- "attributeKey": "dashboard-event-column-name",
- "attributeValue": "Event Name"
}
]