Add 'forum_roles' endpoint to user_api
Expose a new endpoint to query a list of users based on a role name (Moderator, Student, etc.) and a course_id. This will initially be used by the notifier to send daily digest messages to forum moderators.
Showing
- AUTHORS 1 addition, 0 deletionsAUTHORS
- common/djangoapps/user_api/tests/test_views.py 103 additions, 0 deletionscommon/djangoapps/user_api/tests/test_views.py
- common/djangoapps/user_api/urls.py 4 additions, 0 deletionscommon/djangoapps/user_api/urls.py
- common/djangoapps/user_api/views.py 29 additions, 0 deletionscommon/djangoapps/user_api/views.py
Please register or sign in to comment