get https://yoursubdomain.workbright.com/api/employees/find_by_email
Retrieves an existing employee by email address.
Special Characters
Because certain "reserved" characters have a unique meaning in percent-encoding, they must be replaced with a unique character sequence to represent their true value. For example, if you're looking for the employee with email
[email protected]
, search for the emailmandy%[email protected]
The full list of reserved characters and their encodings can be found here.