EmailAccounts
Search EmailAccounts
Search and list EmailAccount records with filtering, sorting, and pagination.
GET
Search EmailAccounts
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the EmailAccount-List role.Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by Business Id.
Filter by Display Name.
Filter by Email Address.
Filter by Active.
Filter by Send Notification On New Messages.
Filter by Notification Email Address.
Filter by Incoming Server.
Filter by Incoming Server Type.
Filter by Incoming Server Port.
Filter by Incoming Server SSL.
Filter by Incoming Server Username.
Filter by Delete Message Settings.
Filter by Outgoing Server.
Filter by Outgoing Server Port.
Filter by Outgoing Server SSL.
Filter by Outgoing Server Username.
Filter by Reply To Email.
Filter by Last Check Time.
Filter by Last Message Id.
Filter by Error Count.
Filter by Google Access Token.
Filter by Office365Access Token.
Range Filters
Filter by incoming server port greater than or equal to this value.
Filter by incoming server port less than or equal to this value.
Filter by outgoing server port greater than or equal to this value.
Filter by outgoing server port less than or equal to this value.
Filter by last check time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by last check time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by last message id greater than or equal to this value.
Filter by last message id less than or equal to this value.
Filter by error count greater than or equal to this value.
Filter by error count less than or equal to this value.
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by DisplayName
Range filters
Response
200
The list of EmailAccount records matching the query. See the Get one EmailAccount endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search EmailAccounts