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?
04-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?
04-02-2019 15:59
04-02-2019 15:59
Hi @danisaiz14 ,
In the Get Profile endpoint, the unique identifier is the element name "encodedId".