GET api/User/GetEmail?userId={userId}
Retrieves the email of the user which matches the "userId" passed in
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
The Id of the user |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the email of the user
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.