Skip to content

New FalconUser

bk-cs edited this page Oct 6, 2022 · 18 revisions

New-FalconUser

SYNOPSIS

Create a user

DESCRIPTION

Requires 'User Management: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Username String X X Username
FirstName String X
LastName String X
Password String X Password. If left unspecified, the user will be emailed a link to set their password.
Cid String X Customer identifier
ValidateOnly Boolean X 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 20221006 using PSFalcon v2.2.3

Clone this wiki locally