get
https://{targetURL}/api/v1/users/settings
Returns settings stored against the current user. Without keys, every setting on the 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 so the next read reflects any out-of-band update immediately. When keys is supplied and none of them exist on the user, the call returns 404.
Admins managing settings on behalf of another user should use the {userID}/settings variant.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successfully fetched current user setting.
400The provided keys are invalid.
401You do not have permission to view user settings.
404No settings were found.