| Displaying all 2 messages |
|
Jeff Gentes
10/16/2012 at 8:48
|
Was looking for the authenticated user's profile id, to know where to start my profile api calls. I expected to get from the User query.
https://www.geni.com/api/user I was able to find it here. It made sense that profile without an id would default to the authenticated user, but I didn't see documented in the API docs. https://www.geni.com/api/profile Seems like the profile id should be added as a return field for the User query. |
|
Bjørn P. Brox
10/17/2012 at 14:12
|
https://www.geni.com/api/profile?fields=id returns the authenticated user's profile id.
The api/user record itself is almost empty, and are only used as a prefix for other values. |