getSupportedEmailDomains

abstract suspend fun getSupportedEmailDomains(): List<String>

Get a list of the supported email domains. Primarily intended to be used to perform a domain search which occurs prior to provisioning an email address.

Return

A list of supported domains.

Throws