Loading...

Knowledge Base

Suspend a Business or Enterprise Email User Using the API

When you want to suspend a Business Email or Enterprise Email user using the API. This article explains required parameters and response details for suspending an email account user.

 

Description

Suspends a user.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredYour Live Account Reseller Id
api-keyStringRequiredAn alphanumeric code that can be used to authenticate your API calls
order-idIntegerRequiredOrder ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order
emailStringRequiredEmail address of user

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/mail/user/suspend.json?auth-userid=0&api-key=key&order-id=0&email=username@domainname.com

Response

Returns "SUCCESS" as the status if a user suspended successfully.