Keep your helpdesk user list synced with your company address book. The flow reads contacts from Microsoft Graph and updates user records in Zammad. It suits IT teams that want clean profiles without manual edits.
A manual run starts the process. The system calls Microsoft Graph to get contacts, splits the list, and lets you filter which contacts to keep. A Set step builds a standard user object with email, first name, last name, phone, mobile, and an entra key from the contact id. At the same time it pulls all users from Zammad. A Merge step matches by email and updates matched users. A compare block finds new contacts and creates them in Zammad. Another compare block finds removed contacts by entra key and deactivates them. This keeps records in sync and marks inactive users instead of deleting them.
You will need a Microsoft account with permission to read contacts and a Zammad token that can manage users. After setup, each run finishes in minutes and replaces manual spreadsheets. This is useful for onboarding, offboarding, tenant changes, and keeping a partner directory synced to your helpdesk.