POST api/Employees/ByEmail

Retrieve employee info from the email address used in Pulse

Request Information

URI Parameters

None.

Body Parameters

UserInfoViewModel
NameDescriptionTypeAdditional information
Email

string

None.

HasRegistered

boolean

None.

LoginProvider

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "hasRegistered": true,
  "loginProvider": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.