How to query AD on User attribute?

I am able to use Active Directory activities by taking an AD Group Name and using Get Users In Group (on AD Group Name) and then Get User Properties – one of the attributes in here is EMPLOYEEID.

However, I want to be able to query Active Directory only on an EMPLOYEEID only (as I don’t know which AD Group Name they belong to), and return the user properties belonging to this employeeid value.

Is this possible and if so, how?

Ofcourse, 2 minutes after I posted my question I figured it out myself, but I’ll post my solution here in case anybody else has this question

I used the Get Objects By Filter activity with these parameters
Class = user
Category = person
Property to filter by = employeeid
Property value = {{the employee ID I want to query on}}

Then I just use Get Object Properties to get the user details from this result.

1 Like

You can mark as solution so that the thread will be closed

1 Like

Hi, have you tried with Activities - Get Objects by Filter ?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.