Migrated from Redmine #783 | Author: Ulysses Bonfim
Status: New | Priority: High, I’m very impatient | Created: 2021-09-14
Hello,
I’m using resetClientsPassword API under (endpoint https://user-api.simplybook.me/admin), passing a valid clientId but no e-mail is ever send.
Request payload
@{
“jsonrpc”: “2.0”,
“method”: “resetClientsPassword”,
“params”: [
{
“clientIds”: [
“20”
]
}
],
“id”: 1
}@
Response
@
{
“result”: 1,
“id”: “1”,
“jsonrpc”: “2.0”
}
@