POST api/User
Updates the user information based on the provided bearer token.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the update operation. If the token is invalid or missing, returns an Unauthorized status. If the user is successfully updated, returns an Ok status with the user information. If the user is not found, returns a NotFound status. If an error occurs during the update process, returns a BadRequest status with the error message.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.