> ## Documentation Index
> Fetch the complete documentation index at: https://getequity.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Members

> Get members of an Organisanisation's syndicate

<ResponseExample>
  ```json theme={null}
  {
      "status": "success",
      "message": "Organisation members gotten successfully",
      "data": {
          "page": 1,
          "pages": 1,
          "count": 1,
          "total": 1,
          "members": [
              {
                  "status": "Active",
                  "_id": "67141fc06328250002a4c3a0",
                  "user": {
                      "type": "User",
                      "entity_type": "user",
                      "kyc": {
                          "bank": false,
                          "identityDocument": "Approved",
                          "selfie": "Approved",
                          "address": "Approved",
                          "accredited": "Sophisticated Investor",
                          "email": true,
                          "terms": true
                      },
                      "activated": true,
                      "verified": true,
                      "pin_set": false,
                      "biometrics_auth": false,
                      "self_activated": true,
                      "two_factor_enabled": false,
                      "temp_two_factor_secret": "",
                      "two_factor_secret": "",
                      "flw_baas_reference": "",
                      "brass_reference": "",
                      "squad_reference": "",
                      "manual_reference": "",
                      "tour": {
                          "introduction_tour": false,
                          "wallet_tour": false,
                          "secondary_tour": false
                      },
                      "_id": "67141fc06328250002a4c389",
                      "fname": "willmember",
                      "lname": "Ajasco",
                      "email": "willmember@yopmail.com",
                      "username": "willmember",
                      "phone": "08026662262",
                      "city": null,
                      "state": null,
                      "country": null,
                      "homeAddress": null,
                      "createdAt": "2024-10-19T21:08:16.477Z",
                      "updatedAt": "2024-10-19T21:08:16.551Z",
                      "dealroom_member": true
                  },
                  "organisation": "6711a222d0e2a1000286e375",
                  "createdAt": "2024-10-19T21:08:16.598Z",
                  "updatedAt": "2024-10-19T21:08:16.598Z"
              }
          ]
      }
  }
  ```
</ResponseExample>
