GET api/users/{id}
Retrieves a user by their unique identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the user to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns a 200 OK response with the user data if found, a 404 Not Found response if the user does not exist, or a 400 Bad Request response if an error occurs during the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.