Get FalconUserGroup - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon Flight Control user groups
Requires 'Flight Control: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | User group identifier | X | X | |||
Name | String | User group name | |||||
Sort | String | Property and direction to sort results |
last_modified_timestamp.asc last_modified_timestamp.desc name.asc name.desc
|
||||
Limit | Int32 | Maximum number of results per request | 1 |
5000 |
|||
Offset | Int32 | Position to begin retrieving results | |||||
Detailed | Switch | Retrieve detailed information | |||||
All | Switch | Repeat requests until all available results are retrieved | |||||
Total | Switch | Display total result count instead of results |
Get-FalconUserGroup [[-Name] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconUserGroup -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
GET /mssp/entities/user-groups/v2
GET /mssp/queries/user-groups/v1
queryUserGroups
getUserGroupsByIDV2
Get-FalconUserGroup [-Detailed] [-All]
Get-FalconUserGroup -Id <id>, <id>
2023-04-25: PSFalcon v2.2.5