Skip to content

Invoke FalconUserAction

bk-cs edited this page Apr 28, 2023 · 15 revisions

Invoke-FalconUserAction

SYNOPSIS

Perform an action on a user

DESCRIPTION

Requires 'User management: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String Action name reset_password
reset_2fa
Id String[] User identifier

SYNTAX

Invoke-FalconUserAction [-Name] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /user-management/entities/user-actions/v1

falconpy

userActionV1

USAGE

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally