Thanks Zach,
That returned results, but I am still not seeing how I can relate those results back to which mailboxes they act as aliases for:
An example return:
{'success': True, 'message': '', 'totalCount': 1, 'results': [{'userName': 'letters', 'displayName': None, 'status': 1, 'accountType': 4, 'authType': None, 'isEasEnabled': False, 'isMapiEwsEnabled': False, 'lastLoginTime': '0001-01-01T00:00:00', 'lastLoginProtocol': None, 'isWebmailEnabled': False, 'lastLogin': None, 'easLastLogin': None, 'mapiLastLogin': None, 'ewsLastLogin': None, 'isPopEnabled': False, 'popLastLogin': None, 'isImapEnabled': False, 'imapLastLogin': None, 'aliasTargetCount': 1, 'showInGAL': True, 'bytesUsedPercent': None, 'acceptedNewestPolicy': False, 'description': ''}]}
I know which domain I am in from the domain admin's email address, but the above is the alias:
'letters'
and should be for the mailbox
'editor@the_domain.com'
But that is not identified anywhere in the Json result that I see.
That relationship appears to be missing in the API reporting capability best I can tell.