All emails stored in user.com are forcibly converted to lower case (which I don't agree with, but fine).
However, the API email search is case-sensitive, meaning you cannot use the email the customer entered, without first converting it to lower case.
Suggested change:
According to best practices you should store emails as customer entered it, but all searches should be case-INsensitive.
If this is not possible:
Make email search in the API case insensitive, possibly with a optional boolean flag if you feel this might break things.
Please authenticate to join the conversation.
In Review
⚙️ Logic Change
11 months ago
Sire
Get notified by email when there are changes.
In Review
⚙️ Logic Change
11 months ago
Sire
Get notified by email when there are changes.