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