Share via


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 00aa00aa-bb11-cc22-dd33-44ee44ee44ee

Retrieves the user details associated with the user ID 00aa00aa-bb11-cc22-dd33-44ee44ee44ee.

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