GET api/User/GetEmail?userId={userId}

Retrieves the email of the user which matches the "userId" passed in

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

The Id of the user

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns the email of the user

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.