Change Password API

I am looking for the change password API documentation (User action) - the URL that came back in the response of get user by id. https://{{url}}/api/v1/users/{{userid}}/credentials/change_password. Assuming this endpoint is for users to change their password.

We currently use this endpoint, but it uses the SSWS token, which our Okta Admin pointed out as an Admin operation; hence, Okta sends no email after an update.

However, our business team requires users to change their password from the portal and receive an email after the successful update. Therefore, I am looking for direction to implement the change password functionality in our portal properly.

You need to use the following API to change a password for a user - Authentication | Okta Developer or use this one MyAccount | Okta Developer

1 Like