Versions Compared

Key

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

...

PropertyTypeDescription
idIntegerThe Club OS unique user id.
firstNameStringThe first name of the user.
lastNameStringThe last name of the user.
hasWorkoutsBooleanIf the user has access to workouts.
hasNutritionBooleanIf the user has access to nutrition.
workoutGradeIntegerThe workout grade for the user (0-100+)
nutritionGradeIntegerThe nutrition grade for the user (0-100+)
clientsList<UserResponse>A list of clients assigned to the user (for staff only). This is used to populate the client selection feature.

...