get
https://{targetURL}/api/v1/users//settings
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successfully fetched user settings.
401You do not have the permission to use this call
404The provided user was not found.