Loading...

Knowledge Base

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

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
emailStringOptionalEmail address of user
email-patternStringOptionalRegex pattern of email address
statusesStringOptionalStatus of email account. Values can be: active, suspended and pending_activation.
account-typesStringOptionalType of email account. Values can be: pop_with_autoresponder, pop_with_auto_responder and forward_only.
over-quotaBooleanOptionalValues can be: true or false.
page-noIntegerOptionalDefault 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.