Attribute Mapper 수정
    • PDF

    Attribute Mapper 수정

    • PDF

    Article Summary

    Attribute Mapper를 수정합니다.

    요청

    • 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)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 Error Response를 참고해 주십시오.
    공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참조해 주십시오.

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

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

    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.