遵循各种指南,我设法完成了以下工作:
现在,当我转到内置 Web 服务测试客户端时,选择在 REST API 上使用基于令牌的身份验证,选择“moodle_user_create_users”函数并输入令牌和详细信息,我得到以下信息:
REST protocol: moodle_user_create_users
URL: [...]
'<?xml version="1.0" encoding="UTF-8" ?>
<EXCEPTION class="webservice_access_exception">
<ERRORCODE>accessexception</ERRORCODE>
<MESSAGE>Access control exception</MESSAGE>
<DEBUGINFO>Access to the function moodle_user_create_users() is not allowed.
There could be multiple reasons for this:
1. The service linked to the user token does not contain the function.
2. The service is user-restricted and the user is not listed.
3. The service is …Run Code Online (Sandbox Code Playgroud)