...
Variable | Type | Description |
---|---|---|
systemCode | String | The code of the system you wish to access. Codes can be either 'ABC' or 'OS'. |
userId | String | The userId to match against |
Success Response
One of the following messages If successful, you will be returned when the request succeeds.
...
a UserResponse object containing the following fields
Property | Type | Description | |||||
trueid | User foundInteger | The Club OS unique user id. | The member was successfully found and you have access to them. | false | User not found | The invalid systemCode and userId | Your credentials were invalid |
firstName | String | The first name of the user. | |||||
lastName | String | The last name of the user. | |||||
clients | List<UserResponse> | A list of clients assigned to the user (for staff only). This is used to populate the client selection feature. |