How to edit contacts as admin for every user

Deleted
Not applicable

Hi,

 

I'm new at my current company and we have some issues with contacts in Office365.

On Outlook for Android, there is an option to synchronize contacts. I want to continue doing this for every end user. But as soon as this option is checked, contacts aren't up-to-date and don't work for the company anymore.

 

Is it possible to create an address list for every user within Office365?

If there isn't a way to make it possible with Office 365, then I would like to hear some alternatives.

3 Replies

If you need the contacts to be available for everyone within the company, the best solution is to populate them in the GAL. If for whatever reason that's not an option, you can use a shared mailbox or PF-based contacts folder as detailed here: https://www.cogmotive.com/blog/office-365-tips/create-a-company-shared-contacts-folder-in-office-365

 

If you want to directly add them to people's contacts folder, you will need to use the EWS or the REST APIs, as there is not direct way to do that via the admin tools.

I can't just edit the GAL so that isn't an option.

A shared mailbox would be difficult, because a shared mailbox contains a mail client.

I tried to make a PF-based contacts folder as described in the link. But this isn't working too because those contacts won't load into my phone.

What does EWS and REST API's exactly mean?

Those are the two programmatic methods which you can use to work directly with items (Contacts) in people's mailboxes. Fellow MVP @Glen Scales has a nice PowerShell module that wraps the EWS code, which you can get here: https://github.com/gscales/Powershell-Scripts/tree/master/EWSContacts