Hi,
I'm trying to get user info and to modify a group membership by adding/removing a user using Power Automate Desktop. Everything else so far i.e. Connect to server using LDAP path, Get group info using this connection, Get group members using this connection gets me all details.
It completely fails to identify the AD user in any of the method I tried i.e. Get user info or Modify group. In both of these methods, its completely fails to identify the user using Distinguished name I'm supplying. The Distinguished name is also correct as I pulled it up and verified using two methods i.e.
1. Windows Explorer -> Security for any Folder -> Search User -> Columns -> Distinguished Name
2. .Net C# Code -> Object of UserPrincipal -> FindByIdentifity -> DistinguishedName property
Both method shows same vale for DN but same DN in Power Automate actions fails to resolve the user.
Please suggest if there is any known resolution for this. Also, instead of DN is there a way to provide User ID or Email for these actions as a more straight forward way to find and act on users.
