This function verifies the password for an email account.
Important:
When you disable the Receive Mail role, the system disables this function.
email required | string <email> The email account address. Example: email=username@example.com |
password required | string The email account password. Example: password=123456luggage |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username Email verify_password email='username@example.com' password='123456luggage'
{- "apiversion": 3,
- "func": "verify_password",
- "module": "Email",
- "result": {
- "data": 1,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}