Skip to content

GET User

Eric Benoit edited this page Oct 6, 2013 · 3 revisions

Display an Individual's Profile

Data

{
  "user_id"    : 1,
  "name"       : "Eric Benoit",
  "age"        : 28,
  "gender"     : "Male",
  "height"     : "5,6",
  "weight"     : "151"
}

Note: May need to rethink weight if we'll be constantly pulling in new data from Withings.

Clone this wiki locally