feat: #8460, export groups members as csv

This commit is contained in:
Barış Soner Uşaklı
2020-07-10 13:12:14 -04:00
parent 15aabfd3a5
commit 00d39fb32c
7 changed files with 100 additions and 9 deletions

View File

@@ -2276,6 +2276,26 @@ paths:
schema:
type: string
format: binary
/api/admin/groups/{groupname}/csv:
get:
tags:
- admin
summary: Get members of a group (.csv)
parameters:
- in: header
name: referer
schema:
type: string
required: true
example: /admin/manage/groups
responses:
"200":
description: "A CSV file containing all users in the group"
content:
text/csv:
schema:
type: string
format: binary
/api/admin/analytics:
get:
tags: