On Perm Endpoint Central REST API inegration and disable 2FA for specific user / integration

On Perm Endpoint Central REST API inegration and disable 2FA for specific user / integration

Dear support,

I am preparing REST API integration with an on perm endpoint central with has already enabled 2FA configuration. As mentioned in REST API doc below, the user authatication will have expiration date "remember_token_days" , which means every X days, the integration admin will need to generate and input the OTP again in somewhere and it will cause maintenance issue to sustain the user authatication period. May I know is there any way to disable the 2FA for specific integration account only , but not disable the 2FA for all other users? Many thanks.

{
    "message_type": "authentication",
    "message_response": {
        "authentication": {
            "two_factor_data": {
                "unique_userID": "admin85424",
                "is_TwoFactor_Enabled": true,
                "message": "Google authentication already created for this user. Validate OTP",
                "remember_token_days": 1,
                "OTP_Validation_Required": true
            }
        }
    },
    "message_version": "1.0",
    "status": "success"
}

                  New to ADSelfService Plus?