Question
memberInfos name wouldnt show in members list
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
