Get and filter the current site's users.
| 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 |
<?php
$response=$newhaze->api->users_get($uids=array(),$limit,$offset);
?>
[{"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