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