Retrieves users whose login name contains a given string from the Minka API.
Value
A tibble with one row per matching user. If no matches are found, it returns an empty tibble with the same column structure. Columns are:
- id
User identifier, integer.
- login
Username, character.
- name
Full name, character.
- observations_count
Number of observations, integer.
- created_at
Account creation timestamp, POSIXct.
