Club members
/clubs/{ClubID}/members (Level 2)
GET
https://api.englandsquash.com/clubs/{ClubID}/members
Requires Level 2 access. Returns a list of members and associated details linked to a specified club.
Path Parameters
Name
Type
Description
ClubID
string
Specify the ClubID of the club for which you want to see a list of members (exact match)
Headers
Name
Type
Description
APIToken
string
API key required to authenticate your request
{
"title": "",
"firstName": "Test",
"lastName": "User",
"sex": "",
"dateOfBirth": "",
"countyID": "",
"countyName": "",
"englandSquashID": "ES0000000",
"spinid": "",
"memberID": "0",
"membershipStatus": "",
"membershipType": "",
"membershipExpiresOn": ""
},
{
"title": "",
"firstName": "Test",
"lastName": "User 2",
"sex": "F",
"dateOfBirth": "1983-03-16T00:00:00.0000000",
"countyID": "39",
"countyName": "",
"englandSquashID": " ES0000001",
"spinid": "",
"memberID": "",
"membershipStatus": "",
"membershipType": "",
"membershipExpiresOn": ""
},
Note that ClubID must be specified within the path of the URI
Last updated