I’m currently building an application that uses Okta for authentication, and I’d like to build a feature that allows users to change their password once they’ve logged in. Unfortunately, I can’t seem to find an built in method that uses an endpoint that will serve this purpose. I did find the POST api/v1/authn/credentials/change_password
but based on the docs I dont see how I would be able to use this for my frontend React app. Is there a call I can make to update a users password?
please check MyAccount family of APIs. It has what you need under “Update My Password” call
1 Like
For the API endpoint @phi1ipp has mentioned, the feature is in Early Access, and you will need to enable the “IDP My Account API Password” feature in the Okta Admin Console under Settings → Features