POST api/Account/RemoveSecondaryEmail

Remove Secondary email from User.

Request Information

URI Parameters

None.

Body Parameters

UserSecondaryEmailPost
NameDescriptionTypeAdditional information
Email

Tag id

string

None.

UserProviderKey

User id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "john.doe@domain.com",
  "UserProviderKey": "34609646-d9ca-4ec6-a79b-875dde4de83a"
}

application/xml, text/xml

Sample:
<UserSecondaryEmailPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestorApiDataStructures.Posts">
  <Email>john.doe@domain.com</Email>
  <UserProviderKey>34609646-d9ca-4ec6-a79b-875dde4de83a</UserProviderKey>
</UserSecondaryEmailPost>

Response Information

Resource Description

IHttpActionResult

None.