core_user_create_users and core_user_update_users are missing some core fields
by Nicholas Stefanski. I was looking to start using Moodle's existing webservices to create new users from an external source, but I noticed that the core_user webservices are missing several fields...
View ArticleRe: Example of web services token from external application
by Arshad Syed. 1. First check in moodle site you have enable WEB services or nothow to enable:1=>site adm->plugins->web services->overview->click on "Enable web services"-> Enable...
View Articlemoodle database connection gets aborted by using 25 or more concurrent users
by Navneet Srivastava. moodle database connection gets aborted by calling webservice "core_user_create_users" for creating more than 25 concurrent userscould some one please help me
View ArticleHow to fill in Custom Field value using core_user_create_users?
by biboy atienza. We defined a custom field on User Profile as below:Editing profile field: CustomerShort name (must be unique) : customerName : CustomerUsing this, It will create a user but will NOT...
View ArticleRe: core_user_create_users and core_user_update_users are missing some core...
by biboy atienza. Nicholas,Are you also populating a Custom Field/s on creating a new user using core_user_create_users?I am failing on filling it up.
View ArticleSystem context on api-client role causes the site admin pages to error
by Lorenzo Arribas. Hello,I've set up a moodle installation and configured the web service following the official docs (e.g. https://docs.moodle.org/34/en/Using_web_services).The API works fine when I...
View ArticleRe: How to fill in Custom Field value using core_user_create_users?
by biboy atienza. I made it works, by simple using lowercase of the custom...
View ArticleRe: enrol_manual_enrol_users moodle_exception
by biboy atienza. Hi Farhan,I am doing a rest call using...
View ArticleAfter Moodle Upgrade getting webservice error
by Muhammad Ammar` Ijaz. After i migrated from moodle 3.1 to moodle 3.4 i am getting an error " Coding error detected, it must be fixed by a programmer: Cannot find file with external function...
View Articlecore_user_get_users_by_field return blank array
by José Ayrám. Hi!I've configured a webservice in a production website, but when I do a call to core_user_get_users_by_field function this returns a blank array except for the webservice...
View ArticleRe: Should I use Core webservice API in a custom webservice API?
by Arshad Syed. There are some API which are supported with moodle_mobile_app and external app.But some core APIs are not supported with moodle_mobile_app , they can be use external API services but...
View ArticleUse Moodle with GET webservices
by Fabien Popup. Hello,Is there a way to use Moodle webservices with GET and not in POST ?Thanks for your help.Fabien
View ArticleRe: Use Moodle with GET webservices
by José Ayrám. Yes, it's possible, only put the parameters on the...
View ArticleLogin WS
by Fabien Popup. Hello,I find a sample of the login WS on StackOverflow. I didn't find it in the API documentation (Home > Site administration > Plugins > Web services > API...
View ArticleRe: Can not find data record in database table external_functions
by Arshad Syed. Your webservice is unable to recognize the please try thisfolder...
View Articlecore_enrol_get_enrolled_users doesn't include firstaccess and lastaccess.
by Zadok Lindt. core_enrol_get_enrolled_users appears to include firstaccess and lastaccess for the user account rather than for that individual subject. Is there a way to get a list of the...
View ArticleRe: How to check username policy before calling core_users_create_user
by Albert Leatherman. Hi Jeff, do you know if there is a way to display the username policy on the signup page, just as the password policy is displayed (see attached pic)? Thanks.
View Articleerror when adding external functions to a web service.
by Rama Bodapati. When I try to add external functions to a web service.I get these errors.Can anyone direct me about what this error/s is about.Any plugin that is missing or some missing filesCoding...
View Article