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

group/members/:token

Contents

URL

https://api.geoloqi.com/1/group/members/:token

Description

Retrieve a list of group members.

Supported Request Methods

GET

Example Request

$ curl https://api.geoloqi.com/1/group/members/d6Qwh1eSy -H \
"Authorization: OAuth Log in to get your personal access token"

Response

{
    "members": [
        {
            "profile": {
                "user_id": "Gf", 
                "username": "aaronpk", 
                "name": "Aaron Parecki", 
                "display_name": "Aaron Parecki", 
                "bio": "", 
                "website": "http://aaron.pk", 
                "timezone": "America/Los_Angeles", 
                "twitter": "aaronpk", 
                "profile_image": "https://graph.facebook.com/11500459/picture?type=large", 
                "is_anonymous": 0, 
                "has_custom_username": 1, 
                "has_push_token": 0, 
                "public_location": 0, 
                "public_geonotes": 1, 
                "public_geonote_email": 1, 
                "timezone_offset": "+0000", 
                "extra": {
                    "url": null, 
                    "count": 2
                }
            }, 
            "membership": "publishing"
        }, 
        {
            "profile": {
                "user_id": "Jg", 
                "username": "spampk", 
                "name": "spam pk", 
                "display_name": "spam pk", 
                "bio": "", 
                "website": "", 
                "timezone": "America/Los_Angeles", 
                "twitter": "spampk", 
                "profile_image": "http://a2.twimg.com/profile_images/1156824233/spampk_normal.jpg", 
                "is_anonymous": 1, 
                "has_custom_username": 1, 
                "has_push_token": 1, 
                "public_location": 1, 
                "public_geonotes": 1, 
                "public_geonote_email": 1, 
                "timezone_offset": "+0000", 
                "extra": {
                    "test": 4
                }
            }, 
            "membership": "publishing"
        }
    ]
}