Now the api, list the emails from users... but its possible to filter it to domains too?
like:
listEmailsFromDomain(string $domain)
$domain = example.com
or... listEmailFromDomain(string $user, string $domain)
$user='example';
$domain='example.com';
Thanks You.
to only allow to CRUD specify domain... and not or all account.