cURL
curl --request POST \ --url https://api.furo.one/users/{uid}/password \ --header 'Content-Type: application/json' \ --data '{ "oldPassword": "<string>", "newPassword": "<string>" }'
{ "message": "success" }
Set a user’s password
Was this page helpful?