CheckEmailAddressAvailabilityInput

data class CheckEmailAddressAvailabilityInput(val localParts: List<String>, val domains: List<String>?)

Input object containing a list of local parts and domains used to check for email address availability.

Constructors

Link copied to clipboard
constructor(localParts: List<String>, domains: List<String>?)

Properties

Link copied to clipboard

List Optional list of email domains in which to search for an available address. If left null, will use the default domains list recognized by the service.

Link copied to clipboard

List The local parts of the email address to search for addresses that match this in part or whole.