public function SendInBlueApiInterface::getUser in SendinBlue 7.2
Get user by email.
Parameters
string $email: An email address.
Return value
GetExtendedContactDetails An array of response code.
2 methods override SendInBlueApiInterface::getUser()
- SendinblueApiV2::getUser in includes/
Api/ SendinblueApiV2.php - Get user by email.
- SendinblueApiV3::getUser in includes/
Api/ SendinblueApiV3.php - Get user by email.
File
- includes/
Api/ SendInBlueApiInterface.php, line 111
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Code
public function getUser($email);