Get a collection of
User
belonging to a Group from Graph API and return as AsyncIterable
The unique identifier for the Group resource
Optionalquery: ODataQueryOptionalqueryMode: "basic" | "advanced"OptionalsizeId: stringGet profilePhoto
of Group from Graph API with size limit
The unique identifier for the Group resource
Maximum pixel height of the photo
Get a collection of
Group
from Graph API and return as AsyncIterable
Optionalquery: ODataQueryOData Query ODataQuery
OptionalqueryMode: "basic" | "advanced"Mode to use while querying. Some features are only available at "advanced".
Resource endpoint in Microsoft Graph
Get a collection of
User
belonging to a Group from Graph API and return as AsyncIterable
The unique identifier for the Group resource
Optionalquery: ODataQueryOData Query ODataQuery
OptionalqueryMode: "basic" | "advanced"Mode to use while querying. Some features are only available at "advanced".
Get Organization from Graph API
The unique identifier for the Organization resource
OptionalsizeId: stringGet profilePhoto
of User from Graph API with size limit
The unique identifier for the User resource
Maximum pixel height of the photo
Get a collection of
User
from Graph API and return as AsyncIterable
Optionalquery: ODataQueryOData Query ODataQuery
OptionalqueryMode: "basic" | "advanced"Mode to use while querying. Some features are only available at "advanced".
Resource endpoint in Microsoft Graph
Abstract on top of MicrosoftGraphClient.requestRaw
Resource in Microsoft Graph
Optionalquery: ODataQueryOData Query ODataQuery
Optionalheaders: Record<string, string>optional HTTP headers
Get a collection of resource from Graph API and
return an AsyncIterable of that resource
Resource in Microsoft Graph
Optionalquery: ODataQueryOData Query ODataQuery
OptionalqueryMode: "basic" | "advanced"Mode to use while querying. Some features are only available at "advanced".
Makes a HTTP call to Graph API with token
HTTP Endpoint of Graph API
Optionalheaders: Record<string, string>optional HTTP headers
StaticcreateFactory method that instantiate msal client and return
an instance of MicrosoftGraphClient
Configuration for Interacting with Graph API
A HTTP Client that communicates with Microsoft Graph API. Simplify Authentication and API calls to get
UserandGroupfrom Microsoft GraphUses
msal-nodefor authentication