Assign default roles to your helpdesk users in one run. The setup also exports all role names to Excel so your team can review and choose the right defaults. It suits support teams that want simple access control without manual editing in the admin panel.
The run begins by loading your base URL, API token, and default role IDs from a single variables node. It then pulls every user from your service using the Zammad connector and maps key fields for clean processing. A second branch calls the roles API, shapes the data, lets you filter, and writes an Excel file with role names and IDs. After an optional filter on the user list, a final request updates each user with the default roles you set. Authentication uses a Bearer token in the header for both the roles fetch and the user updates.
You need a Zammad instance, an access token, and permission to manage users and roles. Expect to cut routine role changes from hours to minutes while keeping a clear roles list you can share. This is useful for new tenant setup, seasonal hiring, and standardizing permissions after an audit. Configuration is simple and guided by the variables node, and testing is safe because it runs on demand with a manual start.