Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

US10 | Reset user password

PUT

/{id}/passwordreset

No Login (anonymous) required

...

Code Block
languagejs
themeMidnight
titleUserPass User object
linenumberstrue
collapsetrue
{
    "nickname": "testuser",
    "email": "testuser@ddb.de",
    "pswd": "testuser",
    "confirmationLink": "http://www.test.de?token=|confirmationToken|&uid=|id|",
    "confirmationTemplate": "Link: ${confirmationLink}, Email: ${email}, Password: ${pswd}",
    "confirmationSubject": "<>"
}

...

Code Block
languagejs
themeMidnight
titleUserPass User object
linenumberstrue
collapsetrue
{
    "id": "59ab798971240c9c3556e627864430a9",
    "nickname": "testuser",
    "status": "CHANGE_REQUEST",
    "surName": "surname is unknown",
    "email": "testuser@ddb.de",
    "created": "2024-03-08T09:23:53",
    "creatorId": "anonymous",
    "modified": "2024-03-08T10:20:51",
    "modifierId": "anonymous",
    "confirmationLink": "http://www.test.de?token=c7fd31ce-56c9-48c6-b045-075de6bead37&uid=59ab798971240c9c3556e627864430a9"
}

...