User에 MFA Device 추가
    • PDF

    User에 MFA Device 추가

    • PDF

    기사 요약

    User에 MFA Device를 추가합니다.

    요청

    • POST /users/{userId}/mfa-devices

    요청 Path

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

    요청 바디

    {
        "encodedKey": "String",
        "otpNo": "String"
    }
    
    파라미터필수 여부타입설명제약사항
    encodedKeyYStringOTP Secret Key
    otpNoYStringOTP Verification number6자리 숫자

    응답

    응답 바디

    {
      "success" : "Boolean",
      "message": "String"
    }
    
    파라미터타입설명제약사항
    successBoolean성공 여부
    messageString실패 시 오류 메시지

    에러

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

    HTTP status code에러 코드에러 메시지
    400400잘못된 요청
    40091132차 인증이 적용되지 않았습니다
    4009111OTP가 유효하지 않습니다
    4009110MFA device가 이미 등록되어 있습니다

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

    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.