Get-NectarUser
    • 15 May 2023
    • 1 Minute to read
    • Dark
      Light
    • PDF

    Get-NectarUser

    • Dark
      Light
    • PDF

    Article summary

    Get information about 1 or more users via Nectar DXP.

    Syntax

    Get-NectarUser
      -SearchQuery  <String>
      -TenantName  <String>
      -PageSize  <Int32>
      -ResultSize  <Int32>
    

    Examples

    Example 1

    Get-NectarUser -SearchQuery tferguson
    

    Parameters

    -SearchQuery <String>
    A full or partial match of the user name. Will do an 'includes' type search by default. So searching for user@domain.com would return Auser@domain.com, Buser@domain.com etc.
    For a specific match, enclose the name in square brackets IE: [user@domain.com]

    ParameterValue
    Requiredtrue
    Position1
    Requiredtrue
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TenantName <String>
    The name of the Nectar DXP tenant. Used in multi-tenant configurations.

    ParameterValue
    Requiredfalse
    Position2
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -PageSize <Int32>

    ParameterValue
    Requiredfalse
    Position3
    Requiredfalse
    Default Value10000
    Accept pipeline input?false
    Accept wildcard characters?false

    -ResultSize <Int32>
    The number of results to return. Defaults to 1000.

    ParameterValue
    Requiredfalse
    Position4
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence