FlowAction_GetSiteByGroup

This method mimics the sFiles API method, getSiteByGroup. It assumes that the named credential to use is to be found in the “SharePoint Settings” Custom Metadata type (of the sharepointSettingsName if one is specified).

Methods

global static List<FlowActionPayload_Site> getSiteByGroup(List<getSiteByGroupInput> groupInfos)

INVOCABLEMETHOD

Parameters

Param Description
groupInfos List of getSiteByGroupInput

Returns

Type Description
List<FlowActionPayload_Site> A FlowActionPayload_Site object containing the result of the get site operation.

See getSiteByGroupInput


Classes

getSiteByGroupInput

Represents a request to get the site of a Microsoft 365 group. Used as input for the Get SharePoint Site By Group flow action.

Fields

global groupIdString

INVOCABLEVARIABLE

The Id of the Microsoft 365 group whose root site should be retrieved.

global sharepointSettingsNameString

INVOCABLEVARIABLE

The API name of the SharePoint Settings Custom Metadata used to complete the action.