Get Member

Retrieve a single organisation member including the application's member, if they exist. 

GET ~/members/:id

Examples

Response

{
    "id": "1",
    "ref": "5G6H7J88",
    "name": "Tony T",
    "email": "tony@doshii.io",
    "phone": "0123456789",
    "points": "750",
    "address": {
        "line1": "616 St Kilda Road",
        "line2": "Level 8",
        "city": "Melbourne",
        "state": "VIC",
        "postalCode": "3004",
        "country": "AU"
    },
    "OrganisationMember": {
        "name": "Tony T",
        "email": "tony@doshii.io",
        "phone": "0123456789",
        "address": {
            "line1": "616 St Kilda Road",
            "line2": "Level 8",
            "city": "Melbourne",
            "state": "VIC",
            "postalCode": "3004",
            "country": "AU"
        }
    },
    "updatedAt": "2016-08-18T04:58:38.485Z",
    "createdAt": "2016-08-18T04:58:38.485Z",
    "uri": "https://sandbox.doshii.co/partner/v3/members/1"
}