Add endpoint to get user list for a preference
The endpoint includes the key of the desired preference in the URL and returns the list of users for whom the preference is set (regardless of the value).
Showing
- common/djangoapps/user_api/models.py 3 additions, 1 deletioncommon/djangoapps/user_api/models.py
- common/djangoapps/user_api/tests/test_views.py 57 additions, 1 deletioncommon/djangoapps/user_api/tests/test_views.py
- common/djangoapps/user_api/urls.py 5 additions, 0 deletionscommon/djangoapps/user_api/urls.py
- common/djangoapps/user_api/views.py 12 additions, 0 deletionscommon/djangoapps/user_api/views.py
Please register or sign in to comment