You can get current request user like this.
self.context['request'].user
You can then check whether the user is superuser(admin) or not.