It was my "right... I'm going to learn Docker moment" 
Howard Miller
Beiträge von Howard Miller
eb_get_users seems to be part of Edwiser Bridge. Which, of course, is not core Moodle.
My thoughts, more generally. I gave up a long time ago trying to use Moodle core web services. They are generally aimed at some quite specific purpose. I create a local plugin and write my own (targeted at my own specific purpose). It's generally quicker in the end.
My thoughts, more generally. I gave up a long time ago trying to use Moodle core web services. They are generally aimed at some quite specific purpose. I create a local plugin and write my own (targeted at my own specific purpose). It's generally quicker in the end.
What is 'eb_get_users'? I can't find anything in (core) Moodle called eb_get_users 
The docs for core_user_get_users specifically says that you can run it without criteria - which presumably returns everybody. Again, the return spec says that it returns the country field. Are you saying that it doesn't?
Are you talking about the 'core_user_get_users' web service function?
The documentation says it includes the country field. Are you sure your test user(s) have that set? It's an optional field.
The documentation says it includes the country field. Are you sure your test user(s) have that set? It's an optional field.
What did you do to upgrade from 4.4.1 to 4.4.2?