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.
26 lines
668 B
YAML
26 lines
668 B
YAML
4 years ago
|
get:
|
||
|
tags:
|
||
|
- groups
|
||
|
summary: Get user group members
|
||
|
parameters:
|
||
|
- name: slug
|
||
|
in: path
|
||
|
required: true
|
||
|
schema:
|
||
|
type: string
|
||
|
example: administrators
|
||
|
responses:
|
||
|
"200":
|
||
|
description: ""
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
allOf:
|
||
|
- type: object
|
||
|
properties:
|
||
|
users:
|
||
|
type: array
|
||
|
- $ref: ../../../components/schemas/Pagination.yaml#/Pagination
|
||
|
- $ref: ../../../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
||
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps
|