...
Property | Type | Description |
id | Integer | The Club OS unique user id. |
firstName | String | The first name of the user. |
lastName | String | The last name of the user. |
hasWorkouts | Boolean | If the user has access to workouts. |
hasNutrition | Boolean | If the user has access to nutrition. |
workoutGrade | Integer | The workout grade for the user (0-100+). |
nutritionGrade | Integer | The nutrition grade for the user (0-100+). |
workoutGoal | Integer | The goal number of workouts per week. |
clients | List<UserResponse> | A list of clients assigned to the user (for staff only). This is used to populate the client selection feature. |
...