Change User Password via REST API?

In the Mautic REST API docs, the CREATE USER endpoint allows setting the new user’s password using the “plainPassword” property.

However the EDIT USER endpoint does not seem to offer this property.

Is it possible to update a pre-existing Mautic User’s password via the REST API?

Thx Mautic Community!

I mean you can always extend mauti cand add additional endpoint to update the password.

With current api I do not think its possible.

Yes thx, that’s was my conclusion too.