Change name of a participant without changing their email address
In order to keep the data up-to-date between our system and the Adobe Acrobat Sign API we want to allow the change of a participant's name without also having to change their name.
The current behavior of the API can be found here:
> PUT https://api.eu2.adobesign.com/api/rest/v6/agreements/CBJCHBCAABAAN2uNYxdj75bPykThkyTHiu6vXwCFjhVJ/members/participantSets/CBJCHBCAABAAo9iNtqWX2hEGlUZY_gQJm2vhey6136Xh
> Authorization: Bearer ***
> content-type: application/json
> cookie: JSESSIONID=24E180B72A6A9ED487D1C584DC023B3A.webapp-prod-a-11
> data{ "memberInfos": [ { "email": "adobe-vera-michael-knight-change@florian-schuessel.de", "name": "Changed name", "securityOption": { "authenticationMethod": "NONE" } } ], "role": "SIGNER", "status": "WAITING_FOR_MY_SIGNATURE", "order": 1 }
< 400 Bad Request
< date: Tue, 05 Nov 2024 09:57:14 GMT
< server: istio-envoy
< x-robots-tag: none
< x-request-id: 27bb3c20-2188-4f3e-a7e8-b64c719acf8b
< cache-control: no-cache, no-store, must-revalidate
< pragma: no-cache
< expires: 0
< content-length: 69
< x-xss-protection: 1; mode=block
< x-content-type-options: nosniff
< p3p: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
< strict-transport-security: max-age=31536000; includeSubDomains;
< content-type: application/json;charset=UTF-8
< x-envoy-upstream-service-time: 245
{
"code": "BAD_REQUEST",
"message": "No new participant in the request."
}
The API detects that there is no change in the participant hence ignores any changes in the memberInfos name property. It would be very welcome to be able to change the name only for our use case.
We had a call with Adobe support regarding this very issue and were asked to submit a change request for it.
1
vote
Quirin Stiegler
shared this idea