Validate User Email
Input
Sample Input:
{
appTypes: ["NON_COMMUNITY"],
email: "[email protected]",
isSiteUsers: true
}Sample Output 1: If a New User
{
"message": "Got user.",
"entity": null,
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}