Question
API Rest call - Recipients showing as group instead of natural person
When we create the agreement on API REST to create a user to the agreement.
We use this json:
{ "fileInfos": [ { "transientDocumentId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } ],
"name": "Legisway AdobeSign process",
"participantSetsInfo": [ { "memberInfos": [ { "email": "xxx@xxx" } ],"order": 1, "role": "SIGNER", "name": "Surname Name" } ],
"signatureType": "ESIGN", "state": "DRAFT", "documentVisibilityEnabled": false, "hasSignerIdentityReport": false, "isDocumentRetentionApplied": false, "status": "DRAFT"
}
When we are on Adobesign Interface the user is display in a group and not as simple user,

How can we modify that?
