...
Property | Type | Required | Default | Description |
---|---|---|---|---|
userId | Integer | Y | The Club OS unique id for the member to update. | |
firstName | String | N | User first name. | |
lastName | String | N | User last name. | |
String | N | Email address of the user. This will also be the username for the Club OS account. If left blank, the user will not be able to login to Club OS. | ||
homePhone | String | N | User home phone number. | |
workPhone | String | N | User work phone number. | |
mobilePhone | String | N | User mobile phone number. | |
address1 | String | N | User address line 1. | |
address2 | String | N | User address line 2. | |
city | String | N | User full city. | |
state | String | N | User 2 letter state code, i.e. PA for Pennsylvania. | |
zip | String | N | User zip code. | |
fullAccount | Boolean | Y | false | Club OS has 2 types of member accounts, Full and Basic. Full means they get access to both nutrition and/or workout features based on the club's service plan. This field only applies to member accounts. false - Make the member a Basic account. true - Make the member full account. |
guestPassStart | Date (M-d-YYYY) | N | The start date of the user's guest pass. Only saved if present, i.e. NULL or "" value will not update the record in Club OS. | |
guestPassEnd | Date (M-d-YYYY) | N | The end date of the users's guest pass. Only saved if present, i.e. NULL or "" value will not update the record in Club OS. | |
joinDate | Date (M-d-YYYY) | N | The date the User joined the club. |
Response Messages
One of the following messages will be returned when the request succeeds.
...