1👍
✅
The user_username argument is passed in kwargs through the dispatching process not in request.GET.
You probably would want to override the
get_list method and process the additional argument inside it. If you do it that way you can name your argument whatever you want and process it the way you wish.
Source:stackexchange.com