LMSouq
moodle-core Open

Getting users information from moodle

MC
MCGBra
1 month ago
3 views
Problem Description
How to get the section's user information (like name, password)? Is there any method that returns it? I'm trying the function "core_user_get_users_by_field", but it isn't works. That's I've done: String serverurl = url + "/webservice/rest/server.php" + "?wstoken=" + token + "&wsfunction=" + functionName; obs: The server was constructed using REST.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base