GroupsExtensions.GetGroupUsersAsync 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.
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListGroupUserAccessRight> GetGroupUsersAsync (this Microsoft.PowerBI.Api.V2.IGroups operations, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member GetGroupUsersAsync : Microsoft.PowerBI.Api.V2.IGroups * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V2.Models.ODataResponseListGroupUserAccessRight>
<Extension()>
Public Function GetGroupUsersAsync (operations As IGroups, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ODataResponseListGroupUserAccessRight)
Parameters
- operations
- IGroups
- groupId
- System.String
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<ODataResponseListGroupUserAccessRight>