AAD Dynamic group Query

Copper Contributor

Hi all,

I would appreciate advice on Dynamic Query issue.

Issue:

I'm trying to create AAD group that will give me users based on following conditions:

1.) user account is active;

2.) employee Type can be one of the following: permanent, intern, board member;

For now I have this:

(user.accountEnabled -eq True)

Issue for me is that I can't figure out (or find at all) attribute for "employeeType".

We have hybrid environment.

Any suggestions?

1 Reply