Skip to content

New FalconUserGroup

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

New-FalconUserGroup

SYNOPSIS

Create a Falcon Flight Control user group

DESCRIPTION

Requires 'Flight Control: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String User group name
Description String User group description

SYNTAX

New-FalconUserGroup [-Name] <String> [-Description] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /mssp/entities/user-groups/v1

falconpy

createUserGroups

USAGE

Create a user group

New-FalconUserGroup -Name 'Manual Testing' -Description 'Manual Testing'

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally