mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
list user: ref https://github.com/usmannasir/cyberpanel/issues/335
This commit is contained in:
@@ -1396,6 +1396,17 @@ def main():
|
||||
|
||||
print(response.content.decode())
|
||||
|
||||
elif args.function == "listUsers":
|
||||
|
||||
from userManagment.views import fetchTableUsers
|
||||
|
||||
data = {}
|
||||
data['userID'] = 1
|
||||
|
||||
response = fetchTableUsers(data)
|
||||
|
||||
print(response.content.decode())
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user