Skip to content

Commit ef4e5ae

Browse files
committed
update
1 parent 44f2e2a commit ef4e5ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/entra/entra-id/users-groups-entra-apis/cannot-modify-user-mail-phone-attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ You can't modify the following user attributes for another user:
1818
- businessPhones/telephoneNumber
1919
- otherMails
2020

21-
Most users experiencing this issue are Microsoft Graph service principals or Microsoft Entra users that use the client credentials grant type. Additionally, they get a 403 error.
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.
2222

2323
## Cause
2424

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 Microsoft Graph service principals, having the `Directory.ReadWrite.All` permission isn't sufficient to modify the three user attributes.
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.
2626

2727
## Solution
2828

0 commit comments

Comments
 (0)