curl --request GET \
--url https://ge-exchange-staging-1.herokuapp.com/v1/api/member \
--header 'Authorization: Bearer <token>'
{
"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"
}
]
}
}
Get members of an Organisanisation’s syndicate
curl --request GET \
--url https://ge-exchange-staging-1.herokuapp.com/v1/api/member \
--header 'Authorization: Bearer <token>'
{
"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"
}
]
}
}
{
"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"
}
]
}
}
Was this page helpful?