'webservice;: find user

Since Moodle 3.11 there exists the webservice command "core_user_search_identity" to get informations about a moodle user. The only parameter is a search query (string). Does anybody know anything about this query?

I tried using a sql-query to search the table "mdl_user", but of course it didnt work. I got a empty array. Any ideas? Thank you

Wolfgang



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source