use case: I want to skip sms authentication for a particular recipient using java sdk.
I tried making below changes: 1. //earlier xIdCheckConfigurationName : SMS Auth $
//chnages x.setIdCheckConfigurationName(null);
- envelopesApi.updateRecipients(docuSignAccountId,envId,recipients);
You can decide for each signer/recipient if they need to authenticate with SMS/phone or not.
Here is a partial Java code, just remember to set
signer1andsigner2with everything except the SMS part forsigner1only.