Create a current user setting

Creates a new setting on the current user's own 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. Admins creating settings on behalf of another user should use the {userID}/settings variant.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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 current user setting.

400

The provided new user setting has malformed parameters.

401

You do not have permission to create user settings.

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!