Do we have any graph api available for reset/change the password of AD User

Mahesh C M 151 Reputation points
2020-10-06T04:02:51.447+00:00

We are working on reset the password of a user who is not a signed in user. Is there any graph api available for this?

I really appreciate any help :)

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

1 answer

Sort by: Most helpful
  1. VipulSparsh-MSFT 16,271 Reputation points Microsoft Employee
    2020-10-06T06:19:12.393+00:00

    @Mahesh C M Thanks for reaching out. You can have a look here : https://video2.skills-academy.com/en-us/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&tabs=http

    Also note that APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

    You would also need to provide permission for calling this API :

    30297-permission.png

    -----------------------------------------------------------------------------------------------------------------

    If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.

    1 person found this answer helpful.

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.