Hi,
I am using the UsersApi for the retrieving the user details including the locations. The query used to return correct results till the last week of March 2017, and from that week, we are intermittently observing that the user locations does not appear in the results. The query does not seem to perform consistently.. Any reason for this behavior of the query ?
UsersApi usersApi = new UsersApi();
users = usersApi.getUsers(100,pageNumber, null, null,
Arrays.asList("presence","locations","locationDefinition"));