Update a user setting by user ID

Updates the key and/or value of a setting on another user's account. The cache entry for the previous key is evicted; renaming the key to one that already exists on the user returns 409 Conflict. A user managing their own settings should use PUT /settings/{userSettingsID} instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
int32
required
Body Params
string
string
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
204

Successfully updated user setting.

401

You do not have the permission to use this call

404

The provided user setting was not found.

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