POST
/
v1
/
member
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/member \
--header 'Content-Type: application/json' \
--data '{
"familyId": "{{familyId}}",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731"
}'
{
"businessId": "",
"createdAt": "2023-11-20T06:21:10Z",
"familyId": "fam-9a44d253-f866-440c-a5ad-6fd204eaeee5",
"id": "mem-55b28d5f-756e-4f14-b801-578950762422",
"isControlPerson": false,
"metadata": null,
"modifiedAt": "2023-11-20T06:21:10Z",
"ownership": "0.00",
"person": {
"address": {
"addressType": "mailing",
"city": "New York",
"country": "US",
"line1": "789 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"createdAt": "2023-11-20T06:21:10Z",
"dateOfBirth": "1974-04-22",
"email": "jane.doe@gmail.com",
"emailVerified": false,
"firstName": "Jane",
"id": "per-e942e118-f323-465c-aa57-ff9034264731",
"idNumber": "287654321",
"idType": "ssn",
"kyc": {
"createdAt": "2023-11-20T06:20:25Z",
"id": "kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf",
"modifiedAt": "2023-11-20T06:20:25Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"results": {
"address": "notStarted",
"bank": "notStarted",
"dateOfBirth": "notStarted",
"fraud": "notStarted",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": {
"address": [],
"bank": [],
"dateOfBirth": [],
"fraud": [],
"idv": [],
"other": []
},
"status": "notStarted"
},
"language": "en",
"lastName": "Doe",
"metadata": null,
"middleName": "",
"modifiedAt": "2023-11-20T06:21:10Z",
"phone": "+15555555555",
"phoneVerified": false,
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
},
"title": ""
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Body

application/json

Response

201 - application/json

Create a Family Member / Create a Member

The response is of type object.