Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GET /usermatch

Gets the Club OS unique id for a member given the userId from one of Club OS's integrated systems.  Useful to do single sign-on validation.

GET https://api.club-os.com/usermatch?systemCode[systemCode]&userId=[userId]

Parameters

The following fields must be included as parameters in the URL of the request.

VariableTypeDescription
systemCodeString

The code of the system you wish to access. Codes can be either 'ABC' or 'OS'.

userIdStringThe userId to match against
Response

One of the following messages will be returned when the request succeeds.

...