Get FalconUser - CrowdStrike/psfalcon GitHub Wiki
Search for users
Requires 'User management: Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | User identifier | X | X | |||
| Filter | String |
Falcon Query Language expression to limit resultsassigned_cidscidfirst_namelast_namenameuid
|
|||||
| Sort | String | Property and direction to sort results |
first_name|ascfirst_name|desclast_name|asclast_name|descname|ascname|descuid|ascuid|desc
|
||||
| Limit | Int32 | Maximum number of results per request | 1 |
500 |
|||
| Offset | Int32 | Position to begin retrieving results | |||||
| Username | String[] | Username | |||||
| Include | String[] | Include additional properties | roles |
||||
| 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-FalconUser [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Include <String[]>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconUser [-Id] <String[]> [-Include <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconUser -Username <String[]> [-Include <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]GET /user-management/queries/users/v1
POST /user-management/entities/users/GET/v1
Get-FalconUserGet-FalconUser -Username jane.doe@example.comGet-FalconUser -DetailedNOTE: The Include parameter can be used to append user roles to Get-FalconUser output.
Get-FalconUser -Id <id>, <id>2023-11-27: PSFalcon v2.2.6
