• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

memberInfos name wouldnt show in members list

New Here ,
Aug 29, 2022 Aug 29, 2022

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? 

 

 "participantSetsInfo": [
      {
        "memberInfos": [
                   {
          "email": "cobbleapitest1@gmail.com",
          "name": "steve hate",
             "nameInfo": {
              "firstName": "steve",
              "lastName": "hate"
            }
        }
]
 
Thank you

Views

320

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 29, 2022 Aug 29, 2022

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? 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 29, 2022 Aug 29, 2022

Copy link to clipboard

Copied

Hi tai25857813rad1,

 

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 31, 2022 Aug 31, 2022

Copy link to clipboard

Copied

Can someone please help me with this? 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 09, 2022 Sep 09, 2022

Copy link to clipboard

Copied

LATEST

@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"
    }
  ]

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines