perf: User report

This commit is contained in:
feng
2025-08-14 18:52:48 +08:00
committed by ZhaoJiSen
parent 4810eae725
commit 4326d35065
4 changed files with 10 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ __all__ = ['UserReportApi']
class UserReportApi(DateRangeMixin, APIView):
http_method_names = ['get']
rbac_perms = {
'GET': 'users.view_users',
'GET': 'users.view_user',
}
permission_classes = [RBACPermission, IsValidLicense]