New answers tagged api-help
0
You would use the inname parameter of the users path. For example this gets users with marcamillion in their name, on Stack Overflow.
Note that the filter parameter controls what fields are returned, not the content of those fields.
I don't use Serel (or much Ruby), but the syntax is probably:
Serel::User.inname('marcamillion').get
Or, with some more ...
Top 50 recent answers are included