Get-PartnerRoleMember

Gets the members of the specified partner role.

Syntax

Get-PartnerRoleMember
   [[-RoleId] <String>]
   [<CommonParameters>]

Description

Gets the members of the specified partner role.

Examples

Example 1

PS C:\> Get-PartnerRole -RoleId 'a654330a-cea1-4f76-9641-8195bdd795d3'

Gets the members of the specified role.

Parameters

-RoleId

The identifier of the role.

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Roles.PSUserMember