Did you know that Netwrix has a public GitHub?
That right we do!
Checkout https://github.com/netwrix
Not only that, but there is a repository dedicated to Privilege Secure that has API documentation and examples on how to use it!
netwrix/privilege-secure: Netwrix Privilege Secure extensions and examples
What will you find?
API documentation that shows you how to:
- Create Activity Sessions
- Onboard Resources
- Get users that have access to the System
and much more!
Also find some example scripts that use the API and also Custom PowerShell Actions that you download and install to enhance your NPS installation.
Check it out and happy NPSing!
9 Likes
Really appreciate this documentation as it saves me and my team from reversing the functionality ourselves. Would it be possible to get information related to the /signinBody and /singin2fa endpoints? It’s referenced in just about every other document on the github as example code but not explicitly documented what parameters to pass to it and what responses to expect to receive.
-edit-
Also would love to see a couple of examples for authenticating an application user since it seems you need to exchange the API key for a bearer token, but even with a signed certificate I can’t seem to get the returned token to be valid.
3 Likes
Hello @DavidHenry
Thanks for the feedback I will make sure to get some examples and troubleshooting tips for application users into the public github repository and into the show and tell here in the community.
Thanks again,
-Kevin
2 Likes
Thanks! Looking forward to the updated information.