GET /usermatch
Checks Gets the Club OS database unique id for a user with the given systemCode and userId unique to that systemmember given the userId from one of Club OS's integrated systems.
GET https://api.club-os.com/exerciselibrary?memberIdusermatch?systemCode[systemCode]&userId=[memberIduserId]
Parameters
The following fields must be included as parameters in the URL of the request.
Variable | Type | Description |
---|---|---|
memberIdsystemCode | IntegerString | The Club OS unique id for the membercode of the system you wish to access. Codes can be: ABC - Abc Financial OS - Club OS |
userId | String | The userId to match. |
Response
The response type is a list of exercises (List<Exercise). See here for details on the Exercise object.
...