How to make a REST API call for forgot password functionality? Answered

Post author
mei li

Hello everyone, how can I reset a password using the API at https://developers.memberstack.com/docs/admin-package in PHP?

Comments

5 comments

  • Comment author
    Chukwudi

    Hi Mei, 

    At the moment, the only way to reset the password is via the DOM API and the Memberstack dashboard. However, you can leave us a feature request using this link.

    0
  • Comment author
    Raghav Tripathi

    Can someone share me how can i make a able to make an rest api call for forget password??

    I need it for Memberstack 1.0

    0
  • Comment author
    Raquel Lopez

    Hi, what's your particular use case? are you having trouble with the components?

    0
  • Comment author
    Raghav Tripathi

    I am using memberstack 1.0 rest api login in my mobile app and want allow user to rest their password from app itself

    0
  • Comment author
    Raquel Lopez

    If you have access to a web app that has the v1 js library you could inspect with the dev tools the network request the app does when tying to fetch reset the password (from the reset password component) and create the rest request it within your app. Just keep in mind that v1 version is in legacy mode. I would recommend you to consider to upgrade to v2, migrate your users and update endpoints to still have support in the future

    0

Please sign in to leave a comment.