Skip to content

Commit a15da25

Browse files
author
Simonx Xu
authored
Merge pull request #8519 from AmandaAZ/Branch-CI4608
AB#4608: Convert blog post to article
2 parents dbeb5ee + 4c8e8a4 commit a15da25

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

support/entra/entra-id/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@
282282
- name: The memberOf API returns null values for properties
283283
href: users-groups-entra-apis/memberof-api-returns-null-properties.md
284284
- name: Getting access denied errors (Authorization)
285-
items:
285+
items:
286+
- name: Can't modify user mail or phone number attributes
287+
href: users-groups-entra-apis/cannot-modify-user-mail-phone-attributes.md
286288
- name: Error "The identity of the calling application could not be established"
287289
href: users-groups-entra-apis/identity-of-calling-application-not-established.md
288290
- name: Add an owner to an application
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Can't Modify User Mail or Phone Number Attributes
3+
description: Provides a solution to an issue where you can't modify certain personal information for another user.
4+
ms.date: 04/07/2025
5+
ms.reviewer: bhvootla, adoyle, nualex, v-weizhu
6+
ms.service: entra-id
7+
ms.custom: sap:Getting access denied errors (Authorization)
8+
---
9+
# Can't modify user mail or phone number information
10+
11+
This article provides a solution to an issue where you can't modify certain personal information for another user, such as mail and phone number.
12+
13+
## Symptoms
14+
15+
You can't modify the following user attributes for another user:
16+
17+
- `mobilePhone`
18+
- `businessPhones`/`telephoneNumber`
19+
- `otherMails`
20+
21+
Most users experiencing this issue are service principals (Microsoft Graph scenario) or Microsoft Entra users that use the client credentials grant type. Additionally, they get a 403 error.
22+
23+
## Cause
24+
25+
This issue occurs due to insufficient permissions. For Microsoft Entra users, the `User.ReadWrite.All` permission can change a user profile except the three user attributes. For service principals (Microsoft Graph scenario), having the `Directory.ReadWrite.All` permission isn't sufficient to modify the three user attributes.
26+
27+
## Solution
28+
29+
To resolve this issue, assign a Helpdesk Administrator, User Administrator, or Global Administrator role to the service principal or user that changes the three attributes, depending on the user that tries to modify the role. Only the three admin roles can make changes to the three attributes.
30+
31+
> [!CAUTION]
32+
> When you assign one of the three admin roles to the service principal or user, you give them the ability to perform tasks at that level.
33+
34+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)