“How can I update a user’s pw profile in Azure AD B2C w/ Microsoft Graph API?”
I am trying to change the password of a user in Azure AD B2C using the update endpoint provided by the Microsoft Graph API. I followed this Microsoft documentation when I implemented this - https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http#http-request Following is the code I…