GET api/getCustomerUser/{email}

Gets the customer user details for the specified email.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

Email address of the customer user.

string

Required

Body Parameters

None.

Response Information

Resource Description

Customer user details.

CustomerUser
NameDescriptionTypeAdditional information
No

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "no": "sample string 1",
  "name": "sample string 2"
}