GET api/User

Retrieves the user information based on the provided bearer token.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns an with the user information if successful, a 401 Unauthorized response if the token is invalid, a 404 Not Found response if the user does not exist, or a 400 Bad Request response if an error occurs during the operation.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.