Get selected preferences for users

Returns the selected options each listed user has for the client's preferences. Up to 1000 accounts per request.

Body

{
  "accounts": [
    { "userId": 77112, "anonymous": false },
    { "userId": 990045, "anonymous": true }
  ]
}
  • userId is the account's numeric ID. For anonymous: true accounts, this is the anonymous user ID.
  • Optional keys and from query parameters narrow the returned selections the same way as the GET variant.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated preference keys to filter by.

string

Only return selections modified on/after this instant.

Body Params
accounts
array of objects
required
accounts*
Headers
string
required
string
required
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json