Allow the user to change their password from a profile screen

Thanks for the response.

You will be unable to reach that management API endpoint in a single page application. This is due to the insecure nature of a SPA. We recommend that all calls to the management API be done via a non-interactive client (your backend). We have management api libraries for most common backends. I can point you in the right direction if you let me know what language/framework you are using.

Please let me know if this helps :smile: !

A bit more on it in this topic: