Created
February 23, 2021 15:32
-
-
Save clientbala/3daf11e4034b6e5795ba27c7a5d72b18 to your computer and use it in GitHub Desktop.
CustomConnector - Graph - API - Members - Pages - Page - Swagger - 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paths: | |
/v1.0/groups/{id}/members: | |
get: | |
responses: | |
default: | |
description: default | |
schema: {} | |
summary: group | |
description: member | |
operationId: groupmembers | |
parameters: | |
- {name: id, in: path, required: true, type: string} | |
- name: $top | |
in: query | |
required : false | |
type: array | |
collectionFormat: csv | |
items: {type: string} | |
- name: $skiptoken | |
in: query | |
required : false | |
type: array | |
collectionFormat: csv | |
items: {type: string} | |
- {name: Content-Type, in: header, required: false, type: string} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment