MsGraphGroupsAndUsersClient.ListDirectGroupMembersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List Direct Group Members
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListDirectGroupMembersResponse> ListDirectGroupMembersAsync(string objectIdOfTheMicrosoftEntraIdGroup, string filterBy = default, string dataPointColumnSelection = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListDirectGroupMembersAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListDirectGroupMembersResponse>
override this.ListDirectGroupMembersAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListDirectGroupMembersResponse>
Public Overridable Function ListDirectGroupMembersAsync (objectIdOfTheMicrosoftEntraIdGroup As String, Optional filterBy As String = Nothing, Optional dataPointColumnSelection As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListDirectGroupMembersResponse)
Parameters
- objectIdOfTheMicrosoftEntraIdGroup
- String
Object ID of the Microsoft Entra ID group
- filterBy
- String
Filter By
- dataPointColumnSelection
- String
Data point (column) selection
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List Direct Group Members response.
Remarks
Retrieve direct members of a group with count