Skip to content

New FalconUser

bk-cs edited this page Sep 22, 2022 · 18 revisions

New-FalconUser

SYNOPSIS

Create a user

DESCRIPTION

Requires 'User Management: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Username String True True Username
FirstName String False True
LastName String False True
Password String ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$ %^&*-]).{12,}$ False True Password. If left unspecified, the user will be emailed a link to set their password.
Cid String False True Customer identifier
ValidateOnly Boolean False True Validate if user is allowed but do not create them

SYNTAX

New-FalconUser [-Username] <String> [[-FirstName] <String>] [[-LastName] <String>] [[-Password] <String>] [[-Cid] 
<String>] [[-ValidateOnly] <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally