add front end for download all users

This commit is contained in:
Kenneth Kehl
2024-08-06 11:31:05 -07:00
parent a48f4fa476
commit 7b03d02447
4 changed files with 33 additions and 1 deletions

View File

@@ -157,6 +157,10 @@ class UserApiClient(NotifyAdminAPIClient):
endpoint = "/user"
return self.get(endpoint)["data"]
def get_all_users_detailed(self):
endpoint = "/user/report-all-users"
return self.get(endpoint)["data"]
@cache.delete("service-{service_id}")
@cache.delete("service-{service_id}-template-folders")
@cache.delete("user-{user_id}")