Updating an account password via Web Service API?
by Kevin Robinson. Hi,I have a website with a login that is already integrated with a database system that needs to be the master system.i.e. my database needs to be the holder of the most upto date...
View ArticleRe: Updating an account password via Web Service API?
by Dorel Manolescu. HiFrom the web-services documentation under yoursite/admin/webservice/documentation.phpCheck:core_user_update_users Parameters:list of ( object {id int //ID of the userusername...
View ArticleRe: Updating an account password via Web Service API?
by Kevin Robinson. Hi,Thank you very much for your reply.Does Moodle have a developer sandbox area that i can test web methods or do i need to install Moodle ?
View ArticleRe: Updating an account password via Web Service API?
by Dorel Manolescu. HiI think you need to install moodle.Regards
View ArticleRe: Updating an account password via Web Service API?
by Olumuyiwa Taiwo. > I need to be able to automatically sign the user into Moodle when they sign in to my web site.Perhaps what you really need is a Moodle auth plugin that does SSO with the main...
View Articlelogin and registration form
by michael latif. can anyone tell me how can I start using web service or API to build our own login and registration form and use them for Moodle
View ArticleBest Web Development Services at affordable prices.
by Smart Desizns. Nowadays everyone wants to make their website and to take their business forward. if you have the best website with good graphics then your website should definitely go high. If you...
View ArticleRe: Updating an account password via Web Service API?
by Dorel Manolescu. HiFrom the web-services documentation under yoursite/admin/webservice/documentation.phpCheck:core_user_update_users Parameters:list of ( object {id int //ID of the userusername...
View ArticleWeb service is not available (it doesn't exist or might be disabled)
by Nilesh Pathade (eNyota Learning Pvt Ltd Pune). I am using Moodle 3.3.3. I am not using any web service for my moodle. And it's showing me "Web service is not available (it doesn't exist or might be...
View Articlecore_user_get_users / core_user_create_users "Access Control Exception"
by Chuck Yocum. Hello,My name is Chuck Yocum, I am the Support Manager at Spatial Business Systems with 20 years of experience writing system integration tools.I am currently writing an integration...
View ArticleFunction List in Web Service Test Client not showing everything
by Chuck Yocum. When I am in my Web Service Test Client it is only showing 3 functions.core_course_create_categoriescore_course_delete_categoriescore_course_update_categoriesThis may also explain why...
View ArticleRe: core_user_get_users / core_user_create_users "Access Control Exception"
by Chuck Yocum. I figured this out.It was the web service authentation setting
View Articlecore_user_create_users custom fields not being set
by Chuck Yocum. I am able to create a user using this...
View Articlerestrict user enrolment via Rest API
by Sebastian Ziegler. Hello,I develop a tool to create courses depending on an excel file. Creating and updating a course works well now I want to restrict the enrolment of some course to a start date...
View ArticleRe: Web service URL and parameters
by Lawrence Lagerlof. Tested on Moodle 3.4.2function:...
View ArticleRetrieve group members with their roles
by Lawrence Lagerlof. The situation:We have the function core_group_get_group_members to return the members of some group, and this function returns the members' IDs. After this I am doing a second...
View ArticleRe: Get user token in SSO environment
by Peter Spicer. Doing this is really difficult depending on the SSO environment you're doing it with.There is a tracker item for it - https://tracker.moodle.org/browse/MDL-29583 - attached is a patch...
View ArticleΑπάντηση: Web service is not available (it doesn't exist or might be disabled)
by Victoria Tsolidou. Hi, I am facing exactly the same issue with Moodle 3.5, popups "Web service is not available (it doesn't exist or might be disabled)"are continuously appearing.Any work...
View ArticleMoodle API URL
by Doug Funnie. Hello,We're trying to connect two different applications to our Moodle site: Zoom and Zoho. For Zoho, specifically, this is the data we need:Moodle API URL:...
View ArticleRe: core_user_create_users custom fields not being set
by Dorel Manolescu. HiWhich moodle version are you using. It works for me with latest 3.5 moodleLooking in the code there is support for custom fields in the web-service:###// Custom fields.if...
View Article