-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Trying to get an existing user by id.
user_service = BaseUser(...)
user = user_service.get_users({id: submission['userid']})This fails with:
moodle.exception.MoodleException: Ungültiger Parameterwert
How should the parameters be formatted for the get_users function?
Kudos for this nice project btw, very helpful in working with the cumbersome moodle api.
xXentaOps
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working