nexus_unignore_user
Stop ignoring a Nexus Mods user by supplying their user ID or exact username. Use this tool to unmute them and restore their content in your personal preferences.
Instructions
Stop ignoring (unmute) a user via v2 GraphQL.
Personal preference only: no public side effect. Provide user_id OR username (at least one). NOTE: applies immediately but list reads (nexus_get_ignored_users) can lag several seconds - wait before re-reading to confirm.
Returns: JSON {unignoreUser: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Nexus Mods member ID to unignore. Provide this or username. | |
| username | No | Exact Nexus username to unignore. Provide this or user_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |