Find Employee 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 email mandy%[email protected]

The full list of reserved characters and their encodings can be found here.

Language
Authorization
Header