Resource 'GUID value here' does not exist or one of its queried reference-property objects are not present
I'm trying to change an Azure AD user password. The user is already authenticated in a SPA application using the implicit flow and the adal library. While calling: return await graphClient.Me.Request().UpdateAsync(new User { PasswordProfile = new PasswordProfile { Password = userPasswordModel.NewPassword, ForceChangePasswordNextSignIn = false }, }); I'm getting this exception: {"Code: Request_ResourceNotFound\r\nMessage: Resource '35239a3d-67e3-4560-920a-2e9ce027aeab' does not exist or one of its queried reference-property objects are not present.\r\n\r\nInner error\r\n"} Debugging the access