To check the UPN match via SPN

JOBY SAM 0 Reputation points
2023-11-23T05:14:20.21+00:00

Hello all,

We are looking to automate onboarding process of employees. Part of the process is to search Entra with the UPN in case employee updates with logic app. But I am unable to find a connector for it. Any help or guidance to achieve it would be appreciated.

Thank you.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,488 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,956 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,906 Reputation points Moderator
    2023-11-27T08:21:07.53+00:00

    @JOBY SAM Thanks for reaching out.

    Logic app does have the Microsoft Entra ID connector which only support these actions.

    Can you share more details what do you mean by this "Entra with the UPN in case employee updates with logic app"? Do you mean when logic app workflow trigger you pass the UPN (from HTTP trigger or any other trigger) and now you need to validate if that UPN already exists or not. You can use the Get user action with the userID and if the user found that it will return the details of user else will return 404 error User not found and now you can handle this exception/error it in your workflow.

    In case if I misunderstood your ask then please let me know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.