Skip to content

Instantly share code, notes, and snippets.

@clientbala
Created February 23, 2021 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clientbala/3daf11e4034b6e5795ba27c7a5d72b18 to your computer and use it in GitHub Desktop.
Save clientbala/3daf11e4034b6e5795ba27c7a5d72b18 to your computer and use it in GitHub Desktop.
CustomConnector - Graph - API - Members - Pages - Page - Swagger - 2.0
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