User clubs
/users/{UserID}/clubs (Level 2)
GET
https://api.englandsquash.com/users/{UserID}/clubs
Requires Level 2 access. Returns a list of clubs linked to a specified user.
Path Parameters
Name
Type
Description
memberID
string
Specify the memberID of the user for which you want to see a list of associated clubs (exact match)
EnglandSquashID
string
Specify the EnglandSquashID of the user for which you want to see a list of associated clubs (exact match)
Headers
Name
Type
Description
APIToken
string
API key required to authenticate your request
Note that a UserID must be specified within the path of the URI, but can be either EnglandSquashID or memberID
Last updated