v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "unsuspend_login",
  "module": "Email",
  "result": {
    "status": 1
  }
}