You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
526 B
YAML
25 lines
526 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get members of a group (.csv)
|
|
parameters:
|
|
- in: header
|
|
name: referer
|
|
schema:
|
|
type: string
|
|
required: true
|
|
example: /admin/manage/groups
|
|
- in: path
|
|
name: groupname
|
|
schema:
|
|
type: string
|
|
required: true
|
|
example: registered-users
|
|
responses:
|
|
"200":
|
|
description: "A CSV file containing all users in the group"
|
|
content:
|
|
text/csv:
|
|
schema:
|
|
type: string
|
|
format: binary |