Let's assume we've created a new mailbox in Exchange Online (Office365) service and we've set the "CustomAttribute1
" of this mailbox using the following command:
Get-Mailbox | Set-Mailbox -CustomAttribute1 'Some value'.
Is there any API in which those "CustomAttribute1
, ..., CustomAttribute15
" are exposed? I've tried many options with EWS, Microsoft Graph, AAD Graph API without success.
The only suggestions I've found related to those attributes concern the case of synchronizing them between on-permise AD and AAD (like this: https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnectsync-feature-directory-extensions), but the account I've created is pure online.