Knowledge Base
Categories: Business & Enterprise Email API
Search Business Email and Enterprise Email Users Using the API
When you want to search Business Email or Enterprise Email users using the API. This article explains available search filters, account status options, account types, pagination, and response details for matching email users.
Description
Searches users based on the search criteria.
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 |
| String | Optional | Email address of user | |
| email-pattern | String | Optional | Regex pattern of email address |
| statuses | String | Optional | Status of email account. Values can be: active, suspended and pending_activation. |
| account-types | String | Optional | Type of email account. Values can be: pop_with_autoresponder, pop_with_auto_responder and forward_only. |
| over-quota | Boolean | Optional | Values can be: true or false. |
| page-no | Integer | Optional | Default value is 1. Each page contains max 200 records. E.g. Pass 2 as value if you want to fetch 201-400 records. |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/mail/users/search.json?auth-userid=0&api-key=key&order-id=0
Response
Returns the details of the users matching the specified search criteria.
Did you find this article helpful?