AttributeMapper 수정
    • PDF

    AttributeMapper 수정

    • PDF

    기사 요약

    AttributeMapper를 수정합니다.

    요청

    • POST /tenant/saml-idp/profile-mapping

    요청 바디

    {
      "firstName": {"syncMode":"string","idpValue":"string"},
      "lastName": {"syncMode":"string","idpValue":"string"},
      "email": {"syncMode":"string","idpValue":"string"},
      "emailVerified": {"syncMode":"string","idpValue":"string"},
      "empNo": {"syncMode":"string","idpValue":"string"},
      "phoneNo": {"syncMode":"string","idpValue":"string"},
      "phoneNoVerified": {"syncMode":"string","idpValue":"string"},
      "phoneCountryCode": {"syncMode":"string", "idpValue":"string"},
      "deptName": {"syncMode":"string","idpValue":"string"}
    }
    
    파라미터필수 여부타입설명제약 사항
    firstName.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    firstName.idpValueYStringNcloud SIngle Sign-On으로 전달할 firstName의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    lastName.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    lastName.idpValueYStringNcloud SIngle Sign-On으로 전달할 lastName의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    email.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    email.idpValueYStringNcloud SIngle Sign-On으로 전달할 email의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    emailVerified.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    emailVerified.idpValueYStringNcloud SIngle Sign-On으로 전달할 emailVerified의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    empNo.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    empNo.idpValueYStringNcloud SIngle Sign-On으로 전달할 empNo의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    phoneNo.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    phoneNo.idpValueYStringNcloud SIngle Sign-On으로 전달할 phoneNo의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    phoneNoVerified.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    phoneNoVerified.idpValueYStringNcloud SIngle Sign-On으로 전달할 phoneNoVerified의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    phoneCountryCode.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    phoneCountryCode.idpValueYStringNcloud SIngle Sign-On으로 전달할 phoneCountryCode의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자
    deptName.syncModeYStringAttribute정보 업데이트 정책(none, import, force)
    deptName.idpValueYStringNcloud SIngle Sign-On으로 전달할 deptName의 AttributeName전달할 Attribute가 없다면 공백 설정, 최대 200자

    응답

    응답 바디

    {
      "success": "boolean"
    }
    
    파라미터타입설명제약사항
    successBoolean성공여부

    에러

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

    HTTP status code에러 코드에러 메시지
    400400잘못된 요청입니다.
    4009021존재하지 않는 IdentityProvider 입니다.

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

    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.