This command displays a list of all the users from an identity source. Alternatively, you can use this command to select a specific user.
Syntax
Get-LiquitUser
[[-Source] <IdentitySource>]
[-LiquitContext <LiquitContext>]
[<CommonParameters>]
Get-LiquitUser
[-ID] <string[]>
[[-Source] <IdentitySource>]
[-LiquitContext <LiquitContext>]
[<CommonParameters>]
Get-LiquitUser
[-IdentityRef] <IdentityRef[]>
[[-Source] <IdentitySource>]
[-LiquitContext <LiquitContext>]
[<CommonParameters>]
Get-LiquitUser
[-Search] <string>
[[-Source] <IdentitySource>]
[-LiquitContext <LiquitContext>]
[<CommonParameters>]
Get-LiquitUser
[-Name] <string>
[[-Source] <IdentitySource>]
[-LiquitContext <LiquitContext>]
[<CommonParameters>]
Examples
The following script lists all the available users in the specified identity source:
$identitySource = Get-LiquitIdentitySource -ID 00000000-0000-0000-0000-000000000000
Get-LiquitUser -Source $identitySource
This command lists all the available users in Application Workspace:
Get-LiquitUser
This command selects one defined user:
Get-LiquitUser -ID 00000000-0000-0000-0000-000000000000
Parameters
| Name | Value | Description | Required | Default value |
|---|---|---|---|---|
| Search | <string> | This parameter serves a similar purpose to the search box found in the users table from the Application Workspace UI. It enables users to search multiple columns within the table, such as Display name and Username. When a search term is provided, the parameter filters records by matching values in these indexed columns. However, it's important to note that not all columns in the table are indexed, meaning that searches for values in these non-indexed columns will not return results. Non-indexed columns include for example the ID and columns containing checkboxes. | ||
| Name | <string> | Searches on the user name itself. | ||
| Source | <IdentitySource> | The identity source assigned to the user. | ||
| LiquitContext | <LiquitContext> | Determines the selected zone. | No | Default |