Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions api-reference/beta/api/user-changepassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ To update another user's password in either delegated or app-only scenarios, upd
## Permissions
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).


<!-- { "blockType": "permissions", "name": "user_changepassword" } -->
[!INCLUDE [permissions-table](../includes/permissions/user-changepassword-permissions.md)]
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
|Permission type | Least privileged permission | Higher privileged permissions |
|:--------------------|:---------------------------|:-----------------------------|
|Delegated (work or school account) | User-PasswordProfile.ReadWrite.All | Directory.AccessAsUser.All |
|Delegated (personal Microsoft account) | Not supported. | Not supported.|
|Application | Not supported | Not supported |

## HTTP request
<!-- { "blockType": "ignored" } -->
Expand Down
Loading