Change password with management API

Hi,
I’m using Typescript and I can’t find a changePassword function, where I can directly set a user password,
as described here:

Thanks in advance

Can you be more specific about which SDK you’re trying to use; there’s a Node.js SDK (GitHub - auth0/node-auth0: Node.js client library for the Auth0 platform.) that exposes methods to update a user password through Management API. It’s not a specific method for changing the password though, it will be just a user update where the context may be just the new password (https://auth0.github.io/node-auth0/module-management.UsersManager.html#update).

Thanks for the links!

I want to realize the same operation and followed the link to your user update API docs. I’m just confused about the CONNECTION_NAME that should be given. Where do we find this one exactly?