I am looking for a way to retrieve all of the users in my domain that have a value of includeInGlobalAddressList=false . Is there a way to do this via the API?
Asked
Active
Viewed 111 times
1 Answers
0
I don't think there is a way to do so via the API. The full list of searchable query attribute is here, and it doesn't look like includeInGlobalAddressList is one of it.

Emily
- 1,464
- 1
- 9
- 12
-
I will hold off marking your response as an answer in case there's some voodoo that can be done. It kind of stinks that you can query the Directory API for all the users where includeInGlobalAddressList=true, but there's no way to get a list of users where includeInGlobalAddressList=false. – user1538393 Apr 22 '14 at 13:23