POST api/User/Settings?guid={guid}
Sets the user settings for a specified user identified by a GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
The unique identifier for the user whose settings are being updated. |
string |
Required |
Body Parameters
The settings to be applied for the user, provided as a JSON string.
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
Response Information
Resource Description
An that represents the result of the operation. Returns an if the settings were successfully updated, a if the update failed, or an if authentication fails.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.