Get user settings by user ID

Returns settings stored against another user's account. Without keys, every setting on that user is returned. With keys (comma-separated, e.g. key1,key2,key3), only the matching settings are returned and their values are evicted from the user-settings cache. When keys is supplied and none match, the call returns 404.

A user reading their own settings should use GET /settings instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Query Params
string

Expand an ID field to an object

string

Sort by a specific field

string

Specify a viewID to customize the result

string

Specify viewColumns to extend the result

string

Filter by user settings keys

Headers
string
Defaults to Swagger
Responses
200

Successfully fetched user settings.

401

You do not have the permission to use this call

404

The provided user was not found.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!