GET api/getCustomerUser/{email}
Gets the customer user details for the specified email.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
|
Email address of the customer user. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Customer user details.
CustomerUser| Name | Description | Type | Additional information |
|---|---|---|---|
| No | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"no": "sample string 1",
"name": "sample string 2"
}