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": "ca251241-4d55-4391-9add-6330a32a97c0"
}

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": "59f903da-7198-4428-8bca-83dfb24acd93",
      "IsLinkClicked": true
    },
    {
      "EmailAddress": "sample string 1",
      "IsVerified": true,
      "ApiEmailVerificationId": "59f903da-7198-4428-8bca-83dfb24acd93",
      "IsLinkClicked": true
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}