Skip to main content

Get member data

Get report of member profile data and investment details.

base_url/graphql/member-signin-services

Request#

query{    get_member_data{        status,        _id,        name,        mobile,        approval_status,        org_id,        roles,          dp_id,        ucc,        robo_mode,        invest_id,        demat_acc_number,        depository_name,        depository_participant        }}


Response#

{  "data": {    "get_member_data": {      "status": null,      "_id": "60ab3d4cd41a50bea77b1461",      "name": null,      "mobile": "6235692111",      "approval_status": "approved",      "org_id": "6094fd3c5be51a456cd1b46c",      "roles": null,      "dp_id": "12088000",      "ucc": "5153000220",      "robo_mode": true,      "invest_id": "00009167",      "demat_acc_number": "120880xxxxxxxxxxx",      "depository_name": "CDSL",      "depository_participant": "ABC Markets Limited"    }  }}