< Back

Remove-AdminFlowUserDetails

Sat Jan 18, 2020 3:49 pm

NAME Remove-AdminFlowUserDetails



SYNOPSIS

Removes the Flow user details for the input user Id. It will throw an error if the input user is an owner of any

flows in the tenant.





SYNTAX

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





DESCRIPTION

The Remove-AdminFlowUserDetails deletes the Flow user details assocaited with the input user Id from the Flow

database.

Use Get-Help Remove-AdminFlowUserDetails -Examples for more detail.





PARAMETERS

-UserId <String>

Object Id of the user to delete.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2017-05-01

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-AdminFlowUserDetails -UserId 7557f390-5f70-4c93-8bc4-8c2faabd2ca0



Removes the details associated with the input user Id 7557f390-5f70-4c93-8bc4-8c2faabd2ca0.











RELATED LINKS