Users

The following resource structure definitions are relevant for this set of endpoints:

● User

● Measured Value

● User Profile

● Account 

● Privacy Preferences

● Goal Preferences

● Location Preferences

● Diary Preferences

Resources

GET ​/users/​:userId

Returns a representation of the user identified by ​:userId​ (the unique string user identifier), subject to authorization.

Example Response with no ​fields​ parameter

{         
    "item": {
       "id": "fs34o4ifseijo4n9",
       "username": "an_mfp_username"
    } 
}