Rainbow Android SDK
Toggle table of contents
Android
Target filter
Android
Switch theme
Search in API
Skip to content
Rainbow Android SDK
Rainbow Android SDK
/
com.ale.infra.rest.user
/
UserService
/
resetPassword
reset
Password
@
PUT
(
value
=
"/api/rainbow/enduser/v1.0/users/reset-password"
)
abstract
suspend
fun
resetPassword
(
@
Body
body
:
Map
<
String
,
String
>
)
:
RainbowResult
<
Unit
>