Skip to main content

Generate password reset token

GET 

/api/v1/user/:username/credential/reset-token

x-public: "true"

Triggers the forgot password flow where a password reset token is emailed to a validated user

Request

Path Parameters

    username stringrequired

    Possible values: non-empty and <= 128 characters

    Username

Responses

Successful operation

Loading...