[MSDN Redirect] Obtaining password in Graph API

KetanChawda-MSFT 1 Reputation point Microsoft Employee
2020-02-07T09:30:31.72+00:00

Hi Team,

I would like to know why we do not have any API exposed to obtain user current password in Graph API.

Many suggested that it is less secure, but Why do we have the option of validating Current Password in windows login while changing password but not in Graph API?

Does Microsoft uses something else other than Graph API to accomplish this.

Source: https://social.msdn.microsoft.com/Forums/en-US/06b6b652-e5c0-4640-b6b3-ec14f12155e8/obtaining-password-in-graph-api?forum=azureapimgmt

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Saurabh Sharma 23,671 Reputation points Microsoft Employee
    2020-02-07T18:28:16.583+00:00

    Unfortunately, there is no current Microsoft API which gives you the current password. The only thing available is passwordProfile which can help you to reset any user's password. Refer to the passwordProfile documentation.
    I also suggest you to please submit a new feature request in Microsoft Graph Uservoice so that other community members can upvote and the product team can plan to take up in any future releases.