POST api/Employees/ByEmail
Retrieve employee info from the email address used in Pulse
Request Information
URI Parameters
None.
Body Parameters
UserInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.