BulkResetPasswordBodyDto: {
    password: string;
    userPkIds: string[];
}

Type declaration

  • password: string

    영문 대/소문자·숫자·특수문자 중 2종류 이상을 포함해야 합니다. 허용 문자: 영문, 숫자, `!@#$%^&*()-=_+~|[]{}:;'"<>,.?/

  • userPkIds: string[]