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 AnswerI'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 Answer
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.
Hi @danisaiz14 ,
In the Get Profile endpoint, the unique identifier is the element name "encodedId".
Best Answer