Create a user setting by user ID

Creates a new setting on another user's account. The body must include a non-empty key and value; either is missing returns 400. A duplicate key for the same user returns 409 Conflict. A user creating their own settings should use POST /settings instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
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
200

Successfully created user setting.

400

The provided new user setting has malformed parameters.

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!