Versions Compared

Key

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

...

PropertyTypeRequiredDefaultDescription
roleStringY One of 'member', 'trainer', 'salesperson', 'manager', or 'frontdesk'.
fullAccountBooleanYfalse

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.

false - Make the member a Basic account.

true - Make the member a Full account.

sendEmailBooleanYfalseIf true, sends a welcome email to the member if they are created successfully and an email address was sent.
trainerIdIntegerN The Club OS unique id for the trainer of the user being added or updated.
salespersonIdIntegerN The Club OS unique id for the salesperson of the user being added or updated (applies to members only).
templateUsernameStringN The username of the template account that should be applied to the user (applies to members only).
localUserIdStringY Your systems unique id for the user.
firstNameStringY User first name.
lastNameStringN User last name.
emailStringN 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 OSif no username if provided.
usernameStringN Username of the user. This will be used to login to the system.
passwordStringN Password for the account. If left blank, one will be auto-generated. Only applies if email exists and is valid.
genderStringY 'M' for male, 'F' for female.
birthDateDate (M-d-YYYY)N User date of birth.
joinDateDate (M-d-YYYY)N The date the User joined the club.
guestPassStartDate (M-d-YYYY)N The start date of the user's guest pass.
guestPassEndDate (M-d-YYYY)N The end date of the users's guest pass.
homePhoneStringN User home phone number.
workPhoneStringN User work phone number.
mobilePhoneStringN User mobile phone number.
address1StringN User address line 1.
address2StringN User address line 2.
cityStringN User full city.
stateStringN User 2 letter state code, i.e. PA for Pennsylvania.
zipStringN User zip code.

...