Is there a way to see the list of users that have a EAS license assigned?
Question asked by Gabriele Maoret - SERSIS - 9/8/2021 at 8:17 AM
Unanswered
Is there a way to see the list of users that have a EAS license assigned?
Gabriele Maoret - Head of SysAdmins and CISO at SERSIS
Currently manages 6 SmarterMail installations (1 in the cloud for SERSIS which provides services to a few hundred third-party email domains + 5 on-premise for customers who prefer to have their mail server in-house)
Employee Replied
Employee Post
Hi Gabriele, 

If you edit a domain and click the Accounts tab it will who you which users have EAS enabled. If you click on the column heading you can sort by EAS as well. 
Sébastien Riccio Replied
Emily, is there a way to list all server users that have EAS enabled ? If I recall correctly, there was a list somewhere in the Admin interface but it seems to be gone ?
Sébastien Riccio System & Network Admin https://swisscenter.com
Tony Scholz Replied
Employee Post
Hello, 

The old page that would show a server-wide list of users was moved to the domains page. This can still be grabbed by using the original API call. 

UpdateURImethod 'GET' 'api/v1/settings/sysadmin/active-sync-mailboxes';
$EAS = Invoke-RestMethod -Uri $API.Uri -ContentType $API.ContentType -Method $API.Method -Headers $API.Headers;
$EAS.activeSyncAccounts 

This is a legacy call and if it stops working it will no longer be supported. In the meantime, this may help you though. 

Thank you
Tony Scholz System/Network Administrator SmarterTools Inc. www.smartertools.com

Reply to Thread

Enter the verification text