ShareFile-PowerShell
ShareFile-PowerShell copied to clipboard
-Expand LastAnyLogin not working
Hi, I need to get LastAnyLogin info, defined in ShareFile.Api.Models.Contact.
I'm trying:
send-sfrequest -client $sfclient -entity accounts\clients -expand LastAnyLogin
Yet this property is not being returned. Any help?
Note: I also tried:
$user = New-Object ShareFile.Api.Models.Contact $user
Returned:
User : FirstName : LastName : Company : EmailMedium : EmailShort : IsConfirmed : Count : CreatedDate : Name : Email : Username : Domain : MetadataUrl : __type : Id : url :
Thanks