🎫 Update all Zammad roles to default values

⚑ 429 views · 🎫 Ticket Management & Triage

πŸ’‘ Pro Tip β€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

This n8n workflow allows you to reset all user roles in Zammad to specified default roles. It ensures consistency in role management across your Zammad instance.

Features

Usage

  1. Import the Workflow: Upload the provided .json file into your n8n instance.
  2. Configure Variables:
    • zammad_base_url: Your Zammad instance URL.
    • zammad_api_key: Your Zammad API key.
    • default_roles: List of default role IDs to apply to all users.
    • exclude_zammad_users_by_id: List of user IDs to exclude from the update.
  3. Run the Workflow: Execute the workflow to update roles automatically.

Issues and Suggestions

For issues or suggestions, visit the GitHub Repository.

πŸ”— Nodes Used

HTTP Request, Zammad, Convert to File

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup