redirect word-press page with page values

Use this code and check<a href="'. get_permalink('dashboard') .'?dashboard=myprofile" class="wpum-profile-account-edit">'. __(' (Edit Account)', 'wpum') .'</a>. In get_permalink() function you can only pass the post ids or page titles to get the page url but you have added additional parameters with that so it was not getting the correct url. So I have edited the code to append the extra parameters after the function.