POST api/{apiVersion}/UserAccount/GetEmailAddress

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

GetEmailAddressRequest
NameDescriptionTypeAdditional information
SystemUserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemUserId": "6ba3c330-74d2-4d72-b68e-a6ca41848a0d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfEmail
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of Email

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "EmailAddress": "sample string 1",
      "IsVerified": true,
      "ApiEmailVerificationId": "ce3385c4-141c-4211-a3d1-c9b80cb5c61f",
      "IsLinkClicked": true
    },
    {
      "EmailAddress": "sample string 1",
      "IsVerified": true,
      "ApiEmailVerificationId": "ce3385c4-141c-4211-a3d1-c9b80cb5c61f",
      "IsLinkClicked": true
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}