users.get

Introduction

Get and filter the current site's users.

Parameters

Name Type Description
uids int A comma-delimited list of user IDs to get information about
limit int The number of results to return
offset string The offset for the results

Using the PHP Library

<?php
$response
=$newhaze->api->users_get($uids=array(),$limit,$offset);
?>

Sample responses

JSON

[{"id":"44", "first_name":"Edmund", "last_name":"Gentle", "url":"http://www.minimangaming.com/user.php?id=44", "gender":"male", "date_of_birth":"2/12/1992", "pic_square":"http://connect.newhaze.com/uploads/76898", "points":"3830"}]


© 2012 NewHaze   Icons by Pixel Mixer   Help