GET
/
v1
/
member
{
  "data": [
    {
      "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
      "createdAt": "2023-11-20T06:20:48Z",
      "familyId": "",
      "id": "mem-ddcb6c94-c69a-42b3-a8f1-64d2c2e83065",
      "isControlPerson": false,
      "metadata": null,
      "modifiedAt": "2023-11-20T06:20:48Z",
      "ownership": "50.00",
      "person": {
        "address": {
          "addressType": "mailing",
          "city": "New York",
          "country": "US",
          "line1": "789 Main St",
          "line2": "",
          "postalCode": "10001",
          "state": "NY"
        },
        "createdAt": "2023-11-20T06:20:48Z",
        "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": null,
          "status": "notStarted"
        },
        "language": "en",
        "lastName": "Doe",
        "metadata": null,
        "middleName": "",
        "modifiedAt": "2023-11-20T06:20:48Z",
        "phone": "+15555555555",
        "phoneVerified": false,
        "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
        "status": "active"
      },
      "title": "manager"
    },
    {
      "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
      "createdAt": "2023-11-20T06:14:43Z",
      "familyId": "",
      "id": "mem-cebf9afb-63de-4fdd-94f7-fb7ab5fc4edd",
      "isControlPerson": true,
      "metadata": null,
      "modifiedAt": "2023-11-20T06:14:43Z",
      "ownership": "0.00",
      "person": {
        "address": {
          "addressType": "mailing",
          "city": "Los Gatos",
          "country": "US",
          "line1": "1 Broadway",
          "line2": "",
          "postalCode": "95030",
          "state": "CA"
        },
        "createdAt": "2023-11-20T06:14:43Z",
        "dateOfBirth": "1974-01-25",
        "email": "johndoe@solidfi.com",
        "emailVerified": false,
        "firstName": "John",
        "id": "per-e6553324-1db8-49a8-a0d3-29132280b838",
        "idNumber": "999999999",
        "idType": "ssn",
        "kyc": {
          "createdAt": "2023-11-20T05:31:48Z",
          "id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
          "modifiedAt": "2023-11-20T05:57:59Z",
          "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
          "results": {
            "address": "approved",
            "bank": "approved",
            "dateOfBirth": "approved",
            "fraud": "approved",
            "idv": "approved"
          },
          "reviewCode": "",
          "reviewMessage": "",
          "reviewReasons": null,
          "status": "approved"
        },
        "language": "en",
        "lastName": "Doe",
        "metadata": null,
        "middleName": "",
        "modifiedAt": "2023-11-20T06:14:43Z",
        "phone": "+15555555555",
        "phoneVerified": false,
        "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
        "status": "active"
      },
      "title": ""
    }
  ],
  "total": 2
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Query Parameters

familyId
string
Example:

"{{familyId}}"

businessId
string
Example:

"{{businessId}}"

Body

application/json · any

The body is of type any.

Response

200 - application/json
List all Members / List all Members
data
object[]
Example:
[
  {
    "businessId": "",
    "createdAt": "2023-11-20T06:16:16Z",
    "familyId": "fam-9a44d253-f866-440c-a5ad-6fd204eaeee5",
    "id": "mem-61b75db3-7b22-4be9-81f0-5e9e8f0e2209",
    "isControlPerson": true,
    "metadata": null,
    "modifiedAt": "2023-11-20T06:16:16Z",
    "ownership": "0.00",
    "person": {
      "address": {
        "addressType": "mailing",
        "city": "Los Gatos",
        "country": "US",
        "line1": "1 Broadway",
        "line2": "",
        "postalCode": "95030",
        "state": "CA"
      },
      "createdAt": "2023-11-20T06:16:16Z",
      "dateOfBirth": "1974-01-25",
      "email": "johndoe@solidfi.com",
      "emailVerified": false,
      "firstName": "John",
      "id": "per-e6553324-1db8-49a8-a0d3-29132280b838",
      "idNumber": "999999999",
      "idType": "ssn",
      "kyc": {
        "createdAt": "2023-11-20T05:31:48Z",
        "id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
        "modifiedAt": "2023-11-20T05:57:59Z",
        "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
        "results": {
          "address": "approved",
          "bank": "approved",
          "dateOfBirth": "approved",
          "fraud": "approved",
          "idv": "approved"
        },
        "reviewCode": "",
        "reviewMessage": "",
        "reviewReasons": null,
        "status": "approved"
      },
      "language": "en",
      "lastName": "Doe",
      "metadata": null,
      "middleName": "",
      "modifiedAt": "2023-11-20T06:16:16Z",
      "phone": "+15555555555",
      "phoneVerified": false,
      "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
      "status": "active"
    },
    "title": ""
  }
]
total
number
Example:

1