From PHP I would call this by doing something like:

file_get_contents(“http://api.yourdomain.com/users”);

Hopefully that helps you get started!