비밀번호 재설정
    • PDF

    비밀번호 재설정

    • PDF

    Article Summary

    비밀번호 재설정

    • 서브계정의 비밀번호를 재설정합니다.

    API

    • PUT /sub-accounts/{subAccountId}/password

    요청

    Path Variables

    파라미터필수여부타입제약사항설명
    subAccountIdYStringSub Account Id

    Body

    {
    	"newPassword": "string",
    	"needPasswordGenerate": "boolean",
    }
    
    파라미터필수여부타입제약사항설명
    newPasswordNstringneedPasswordGenerate가 false 인 경우 필수New Password
    needPasswordGenerateNboolean비밀번호 자동생성 필요 여부

    응답

    • 응답
    파라미터 명필수여부타입설명
    ProcessResultWithPasswordYProcessResultWithPassword처리 결과
    • 응답 예시 - 성공
    {
        "success": true,
        "generatedPassword": "Pa$$w0rd"
    }
    

    에러

    아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 ErrorResponse를 참조하세요.
    공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해주세요.

    HTTP status code에러 코드에러 메시지
    40130존재하지 않는 계정
    4009015안전하지 않은 비밀번호

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.