Skip to main content

MicrosoftGraphClient.getGroupUserMembers()

Home > @backstage/plugin-catalog-backend-module-msgraph > MicrosoftGraphClient > getGroupUserMembers

Get a collection of User belonging to a Group from Graph API and return as AsyncIterable

Signature:

getGroupUserMembers(groupId: string, query?: ODataQuery, queryMode?: 'basic' | 'advanced'): AsyncIterable<MicrosoftGraph.User>;

Parameters

ParameterTypeDescription
groupIdstringThe unique identifier for the Group resource
queryODataQuery(Optional) OData Query ODataQuery
queryMode'basic' | 'advanced'(Optional) Mode to use while querying. Some features are only available at "advanced".

Returns:

AsyncIterable<MicrosoftGraph.User>