次の方法で共有


Remove-AdminFlowUserDetails

Removes the flow user details for the input user ID. This cmdlet throws an error if the input user is an owner of any flows in the tenant.

Syntax

Default (Default)

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

Description

The Remove-AdminFlowUserDetails cmdlet deletes the flow user details associated with the input user ID from the flow database. Use Get-Help Remove-AdminFlowUserDetails -Examples for more detail.

Examples

EXAMPLE 1

Remove-AdminFlowUserDetails -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee

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

Parameters

-ApiVersion

Specifies the Api version that is called.

Parameter properties

Type:String
Default value:2017-05-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-UserId

Object ID of the user to delete.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.