diff --git a/endpoints/api/superuser.py b/endpoints/api/superuser.py index 2688f6945..3ade5f1ed 100644 --- a/endpoints/api/superuser.py +++ b/endpoints/api/superuser.py @@ -54,7 +54,7 @@ class SeatUsage(ApiResource): if SuperUserPermission().can(): return { 'count': model.get_active_user_count(), - 'allowed': app.config.get('LICENSE_SEAT_COUNT', 0) + 'allowed': app.config.get('LICENSE_USER_LIMIT', 0) } abort(403)