Email
Email Suspensions
Unsuspend email account login
This function restores a user's ability to log in to their email account.
Note:
- To suspend a user's ability to log in, use the UAPI Email::suspend_login function.
- To suspend incoming email for an account, use the UAPI Email::suspend_incoming function.
Important:
When you disable the Receive Mail role, the system disables this function.
get/Email/unsuspend_login
Query parameters
emailstring email
Example:username@example.com
The email user's account name.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "unsuspend_login",
"module": "Email",
"result": {
"status": 1
}
}