Dorel Manolescu
Lead maintainer
The plugin uses moodle web-service layer and the web-service call is the same as for any other moodle web-services. (example: https://yoursite/webservice/rest/server.php?wstoken=opensesame&wsfunction=local_gdpr_deleteuserdata_single &moodlewsrestformat=json¶meters[0][userid]=67899088 )
The plugin is build in order to facilitate external systems to trigger a GDPR user data deletion for a user in moodle. A sample of POSTMAN web service call for this web-service can be found in forum related post.