Quick overview
This workflow pulls user profiles from Microsoft Entra ID, selects the most recently created user, and creates a matching person record in seventhings with their name, email, and department.
How it works
- Starts manually (or via a trigger you replace) to initiate the sync.
- Retrieves all users from Microsoft Entra ID with key profile fields like created date, name, email, and department.
- Sorts the users by creation time to identify the newest account.
- Keeps only the single most recently created user.
- Creates a person in seventhings using the Entra user’s first name, last name, email (userPrincipalName), and department.
Setup
- Add a Microsoft Entra ID (Azure AD) OAuth2 credential with permission to read users.
- Add a seventhings API credential for your seventhings instance.
- Replace the manual trigger with your preferred trigger (for example, a schedule) if you want this to run automatically.
- Check the results and see if the users are created.