nexus_search_users
Search Nexus Mods users by entering a partial or exact username. Returns matching profiles with member ID, avatar, mod count, and kudos; supports sorting and pagination.
Instructions
Search Nexus Mods users by username (v2 GraphQL).
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Unlike nexus_get_user_v2 this supports partial names.
Returns: JSON {totalCount, _returned, nodes: [{memberId, name, avatar, modCount, joined, kudos, ...}]}. Paginate with offset += _returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | wildcard = substring match; exact = exact username match. | wildcard |
| sort | No | Sort key. | relevance |
| term | Yes | Username search term. | |
| count | No | Results per page. | |
| offset | No | Offset-based pagination start. | |
| direction | No | Sort direction. | ASC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |