Copy link to clipboard
Copied
Hi there,
When I use the create agreement API, under the participantSetsInfo and memberInfo, I would sent a name "Tai Chan"
How do I find that name? It is not under the GET /agreements/{agreementId}/members.
Where is that name stored?
Copy link to clipboard
Copied
Hi Guys,
Any help here please?
Is it possible on the Create Agreement endpoint to set the name of the signer? If so where it is stored?
Or does the name only display after the Signer signed the agreement?
Copy link to clipboard
Copied
Thank you for reaching out.
We have checked that you are using the Acrobat Sign Developer service.
As you have a query related to API integration, it can be best answered by the experts.
Moving this thread to the Acrobat Sign Developer board for visibility.
You may also contact the pre-sales team. They will be able to provide you the pre-sales technical assistance and share the right information.
Please refer to the following link to contact them: https://acrobat.adobe.com/us/en/sign/pricing/plans.html. You may use the Contact us button for Adobe Sign Solutions under the team tab.
Thanks,
Meenakshi
Copy link to clipboard
Copied
Can someone please help me with this?
Copy link to clipboard
Copied
@tai25857813rad1 you need to enable "Account Settings"->"Send Settings"->"Require recipient name on Send" and then send the agreement with the following participantSetsInfo
"participantSetsInfo": [
{
"memberInfos": [
{
"email": "mysigner@test.com",
"name": "steve hate",
"securityOption": {
"authenticationMethod": "NONE"
}
}
],
"order": 1,
"role": "SIGNER"
}
]