Get-AdminFlowUserDetails

Returns the flow user details for the specified user by user ID.

Syntax

Get-AdminFlowUserDetails
   [-UserId <String>]
   [-ApiVersion <String>]
   [<CommonParameters>]

Description

The Get-AdminFlowUserDetails cmdlet returns the values for ConsentTime, ConsentBusinessAppPlatformTime, IsDisallowedForInternalPlans, ObjectId, Puid, ServiceSettingsSelectionTime, and TenantId. Use Get-Help Get-AdminFlowUserDetails -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminFlowUserDetails -UserId 7557f390-5f70-4c93-8bc4-8c2faabd2ca0

Retrieves the user details associated with the user ID 7557f390-5f70-4c93-8bc4-8c2faabd2ca0.

Parameters

-ApiVersion

The api version to call with.

Type:String
Position:Named
Default value:2016-11-01
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-UserId

ID of the user.

Type:String
Position:Named
Default value:$Global:currentSession.userId
Required:False
Accept pipeline input:True
Accept wildcard characters:False