Office 365 Update User Group Cell Phone Contacts from Contact list based on email user group

Swearingen, Chase 1 Reputation point
2022-12-20T16:26:15.56+00:00

We are using Office 365 for email and we have department phones. Is there a way to push out cell phone contact updates through 365 using a email distribution list?

Outlook | Windows | Classic Outlook for Windows | For business
{count} votes

1 answer

Sort by: Most helpful
  1. Ali AlEnezi 1,081 Reputation points
    2022-12-20T17:43:30.113+00:00

    Hello @Swearingen, Chase

    It is possible to update cell phone contacts in Office 365 based on email distribution lists. One way to do this is to use the Office 365 Management API to programmatically update the contacts in the global address list (GAL).

    Here are the general steps you can follow to update cell phone contacts in Office 365 using a distribution list:

    1. Create a distribution list in Office 365 for the users whose cell phone contacts you want to update.
    2. Create a list of the cell phone numbers and names you want to update in the distribution list. You can do this in a spreadsheet or other data source.
    3. Use the Office 365 Management API to retrieve the current contact information for the users in the distribution list. You can do this by making a GET request to the /users endpoint.
    4. Update the cell phone numbers for the users in the distribution list based on the data you created in step 2. You can do this by making a PATCH request to the /users endpoint.
    5. Repeat this process as needed to update the cell phone contacts for the users in the distribution list.

    Good luck!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.