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

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The GUID of the user whose settings are to be retrieved.

string

Required

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns an with a status of 401 Unauthorized if authentication fails, a status of 404 Not Found if no application is found for the specified GUID, or a status of 200 OK with the user settings if successful.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.