Closed justinhaines closed 3 years ago
There is the Get-IdentityNowAccountActivities cmdlet that does this from a user/account perspective. Does that provide the details you're looking for?
Checkout the Account Activities section in the doco here https://gist.github.com/darrenjrobinson/dfbf7470212fb295fc13c6608d91c0f1 for examples of what is available.
Hi Darren--
The Account Activities API doesn't provide details that the Search API (with indices "accountactivities") provides. For example, I am looking for the email address for newly created accounts. Using Postman and the Search API, I can get those details but with the Account Activities, I cannot (as far as I know!).
Thanks!
On Sat, Oct 3, 2020 at 12:15 AM Darren Robinson notifications@github.com wrote:
There is the Get-IdentityNowAccountActivities cmdlet that does this from a user/account perspective. Does that provide the details you're looking for?
Checkout the Account Activities section in the doco here https://gist.github.com/darrenjrobinson/dfbf7470212fb295fc13c6608d91c0f1 for examples of what is available.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/darrenjrobinson/powershell_module_identitynow/issues/34#issuecomment-703043349, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUKQ2HGPHZALSRJ4WYUE4TSI2QPXANCNFSM4SCFBFMA .
Addressed in this commit. New cmdlet for Search-IdentityNow that allows indice to be specified. https://github.com/darrenjrobinson/powershell_module_identitynow/pull/38/commits/72433db4219c288a08ba36feeddb7cbee0d3e109
Will be avail in v1.1.4 shortly.
Similar to Search-IdentityEvents, it would be great to have Search-AccountActivities. The API is the same but the indices is "accountactivities" and it provides more fine grained information than the /account-activities API. Or is it possible to use one of the existing? Thanks!