Bad request for Get users by email endpoint when `+` sign is included

Problem statement

We receive a bad request response for Get users by email endpoint when + sign is included in the email address.

Solution

You need to encode the + as %2B otherwise it will be interpreted as a space.