Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 349 Bytes

Get-PCCustomerUserRole.md

File metadata and controls

16 lines (8 loc) · 349 Bytes

Partner Center PowerShell Module (preview)

Get-PCCustomerUserRole

Get a customer

$customer = Get-PCCustomer -tenantid '<tenant id GUID>'

Get customer user

$user = Get-PCCustomerUser -tenantid $customer.id -userid '<user id>'

Get customer user roles

Get-PCCustomerUserRole -tenantid $customer.id -user $user