If example.com/users/12345 receives a user with the identifier 12345, then in order to get all users by id, he must be example.com/users with the identifier included in the response as a relation. (usually a hyperlink to this resource).
Now, to get them by date ranges, it should be example.com/users/start=01-01-2012&end=01-31-2012
Part 12345 is the identifier of an individual user, this is a resource, so it should not be included in order to get other users.
As a parameter name, it must be meaningful. the start could mean anything, but start_date is more pronounced.
miguelarca Apr 22 '14 at 14:40 2014-04-22 14:40
source share