darrenjrobinson / powershell_module_identitynow

SailPoint IdentityNow PowerShell Module
https://blog.darrenjrobinson.com/sailpoint-identitynow/
MIT License
47 stars 15 forks source link

Search AccountActivities #34

Closed justinhaines closed 3 years ago

justinhaines commented 4 years ago

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!

darrenjrobinson commented 4 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.

justinhaines commented 4 years ago

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 .

darrenjrobinson commented 3 years ago

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.