POST Account/GetMyProfile

Request Information

URI Parameters

None.

Body Parameters

RequestGetMyProfile

None.

Request Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<RequestGetMyProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGetMyProfile
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

string

None.

Login2FA

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "Email": "sample string 3",
  "Login2FA": true
}

text/html

Sample:
{"FirstName":"sample string 1","LastName":"sample string 2","Email":"sample string 3","Login2FA":true}

application/xml, text/xml

Sample:
<ResponseGetMyProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels">
  <Email>sample string 3</Email>
  <FirstName>sample string 1</FirstName>
  <LastName>sample string 2</LastName>
  <Login2FA>true</Login2FA>
</ResponseGetMyProfile>