getUserPreferences

Get a list of user preferences for specified UserKey. It can filter the response by category, subcategory and/or attributeKey

Request
Security:
vc-security
query Parameters
username
required
string
authenticator
required
string
category
string
subcategory
string
attributeKey
string
Responses
200

List of User Preferences

400

Bad Request

get/user-preference-service/v1/userpreference/list
Request samples
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'
Response samples
application/json
[
  • {
    }
]