Editing attribute mapper
    • PDF

    Editing attribute mapper

    • PDF

    Article summary

    You can edit an attribute mapper.

    Requests

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

    Request bodies

    {
      "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"}
    }
    
    ParametersRequirement statusTypeDescriptionRestrictions
    firstName.syncModeYStringAttribute update policy(none, import, force)
    firstName.idpValueYStringAttributeName of firstName to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    lastName.syncModeYStringAttribute update policy(none, import, force)
    lastName.idpValueYStringAttributeName of lastName to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    email.syncModeYStringAttribute update policy(none, import, force)
    email.idpValueYStringAttributeName of email to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    emailVerified.syncModeYStringAttribute update policy(none, import, force)
    emailVerified.idpValueYStringAttributeName of emailVerified to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    empNo.syncModeYStringAttribute update policy(none, import, force)
    empNo.idpValueYStringAttributeName of empNo to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    phoneNo.syncModeYStringAttribute update policy(none, import, force)
    phoneNo.idpValueYStringAttributeName of phoneNo to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    phoneNoVerified.syncModeYStringAttribute update policy(none, import, force)
    phoneNoVerified.idpValueYStringAttributeName of phoneNoVerified to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    phoneCountryCode.syncModeYStringAttribute update policy(none, import, force)
    phoneCountryCode.idpValueYStringAttributeName of phoneCountryCode to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum
    deptName.syncModeYStringAttribute update policy(none, import, force)
    deptName.idpValueYStringAttributeName of deptName to be sent to Ncloud Single Sign-OnSet to blank space if there is no attribute to send. 200 characters maximum

    Responses

    Response bodies

    {
      "success": "boolean"
    }
    
    ParametersTypeDescriptionRestrictions
    successBooleanWhether it is a success

    Errors

    Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
    For more information on common errors, see NAVER Cloud Platform API.

    HTTP status codeError codeError message
    400400Invalid request.
    4009021Identity provider does not exist.

    Was this article helpful?

    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.