Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

user/info/:id

Contents

URL

https://api.geoloqi.com/1/user/info/:id

Description

Returns the profile information of the given user.

Authentication

This method must be run with the application's API Key and Secret. See Authentication for more details.

Supported Request Methods

GET

Parameters

No parameters are required for this method when making a GET request.

Response

This method returns the user's profile in the same format as would be returned by account/profile. This allows an application to request the profile of a user it has created using its API Key and Secret.

Success

{
  "user_id":"GheQ",
  "username":"aaronpk",
  "name":"Aaron Parecki",
  "display_name":"Aaron Parecki",
  "email":"[email protected]",
  "profile_image":"http://www.gravatar.com/avatar/7f8c1ecfce9403d6d031c44d98831036.jpg?s=48&d=mm",
  "is_anonymous":0,
  "has_push_token":1,
  "extra":{
  }
}