If the user has granted an access to personal info, you can fetch it with the following call. The response contains data in metric units (kg, cm).
GET /v1/userinfo
{ "age": 27, "weight": 80, "gender": "male", "email": "john.doe@the.domain" }