POST api/Account/VerifyUsername

Request Information

URI Parameters

None.

Body Parameters

UserVerificationRequest
NameDescriptionTypeAdditional information
Username

string

None.

UserType

string

None.

IdentityClaim

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "UserType": "sample string 2",
  "IdentityClaim": "sample string 3"
}

text/html

Sample:
{"Username":"sample string 1","UserType":"sample string 2","IdentityClaim":"sample string 3"}

application/xml, text/xml

Sample:
<UserVerificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.healthplan.org.Models.Common">
  <IdentityClaim>sample string 3</IdentityClaim>
  <UserType>sample string 2</UserType>
  <Username>sample string 1</Username>
</UserVerificationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.