action netbox_users_config_list { label: "users_config_list" description: "Return the UserConfig for the currently authenticated User." provider: netbox method: GET path: "/users/config/" encoding: json output: { type: "object" additionalProperties: true } }