Knowledge Base
Categories: Business & Enterprise Email API
Suspend Multiple Business or Enterprise Email Users Using the API
When you want to suspend multiple Business Email or Enterprise Email users using the API. This article explains required parameters, bulk suspension handling, and response details for suspending multiple email account users.
Description
Suspends a list of users.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Your Live Account Reseller Id |
| api-key | String | Required | An alphanumeric code that can be used to authenticate your API calls |
| order-id | Integer | Required | Order ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order |
| emails | String | Required | Comma-separated email addresses of users |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/mail/users/suspend.json?auth-userid=0&api-key=key&order-id=0&emails=username1@domainname.com,username2@domainname.com
Response
Returns "SUCCESS" as the status if users suspended successfully.
Did you find this article helpful?