Skip to content

Remove FalconRole

bk-cs edited this page Jan 17, 2023 · 21 revisions

Remove-FalconRole

SYNOPSIS

Remove roles from a user

DESCRIPTION

Requires 'User Management: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
UserId String X User identifier
Cid String X Customer identifier
Id String[] User role

SYNTAX

Remove-FalconRole [-UserId] <String> [-Cid] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

userRolesActionV1

USAGE

Revoke roles from a user

Remove-FalconRole -Id <id>, <id> -UserId <id>

2023-01-17: PSFalcon v2.2.4

Clone this wiki locally