04-02-2019 07:54
04-02-2019 07:54
I'm developing an app which consist of sending to a mongo database data from the users in a JSON format. In that JSON file I need to indicate a "_id" which I want it to be the name of the user. I looked up the user-profile API but there's no property for name. Any idea for ir?
Best Answer04-02-2019 09:39
04-02-2019 09:39
I'm developing an app which consist of sending to a mongo database data from the users in a JSON format. In that JSON file I need to indicate a "_id" which I want it to be the name of the user. I looked up the user-profile API but there's no property for name. Any idea for it?
Best Answer04-02-2019 15:59
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
04-02-2019 15:59
Hi @danisaiz14 ,
In the Get Profile endpoint, the unique identifier is the element name "encodedId".
Best Answer