Skip to content

Remove FalconRole

bk-cs edited this page Oct 21, 2022 · 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
Id String[] X X User role
Cid String X Customer identifier

SYNTAX

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

SDK Reference

falconpy

RevokeUserRoleIds,userRolesActionV1

USAGE

2022-10-21: PSFalcon v2.2.3

Clone this wiki locally