Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

Get-NectarUserDetails

Prev Next

Returns all information on a user.

Syntax

Get-NectarUserDetails
  -EmailAddress  <String>
  -Identity  <String>

Examples

Example 1

Get-NectarUserDetails tferguson@nectarcorp.com

Parameters

-EmailAddress <String>
The email address of the user.

Parameter Value
Required false
Position 1
Required false
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-Identity <String>
The numerical ID of the user. Can be obtained via Get-NectarUser and pipelined to Get-NectarUserDetails

Parameter Value
Required false
Position 2
Required false
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false