POST api/users/emailAddress?customerNo={customerNo}&isDebug={isDebug}
Get the registered email address for a customer by customer number
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| customerNo |
The customer number to check [required] |
string |
Body Parameters
None.
Response Information
Resource Description
Email address if the user exists. Exception (Status 500) Otherwise
string
Sample:
"result"