GET api/User
Retrieves the user information based on the provided access key.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns a 200 OK response with the user information if successful, a 400 Bad Request if authentication fails or the access key is invalid, and a 404 Not Found if the user does not exist.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.