Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 381 Bytes

forgot-password-dto.md

File metadata and controls

23 lines (14 loc) · 381 Bytes

Forgot Password Dto

Forgot Password request body DTO.

Structure

ForgotPasswordDto

Fields

Name Type Tags Description
entered_username string Required Gets or sets the entered username to have its password reset.

Example (as JSON)

{
  "EnteredUsername": "EnteredUsername6"
}