POST api/User/Settings?guid={guid}

Sets the user settings for a specified user identified by a GUID.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

string

Request 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.