Hello
We are using the REST API with the Business Unit method to get all our users in once, and it works really well, the API return around 150 in a second when calling "api/directoryObjects/businessUnitMembers" and the appropriate "businessUnit" arg.
When we add a long list of extra field, it works also really well: "sAMAccountName,userPrincipalName,givenName,sn,cn,mail,proxyAddresses,telephoneNumber,employeeNumber,streetAddress,company,description,employeeID,employeeType,title,department,manager"
The issue is when we add "accountExpires" to this list of properties. Then the API call never end.
What is the proper way with Adaxes REST API to read the current expiration time for all accounts?
Thanks