İçeriğe geç
Sonuç bulunamadı.

Bu sayfanın Türkçe çevirisi henüz tamamlanmadı, bu yüzden İngilizce dilinde görüntülemektisiniz.

Password Reset

Path Parameters

token
string
Zorunlu

Password reset token value. In general flow, this will be included in password reset email.

Request Body

password
string

New password of user

POST
/account/resetPassword/{token}
JavaScript
JavaScript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Loading...