code42 / incydr_python

Incydr Python SDK
MIT License
7 stars 5 forks source link

Feature/add get roles apis #65

Closed tora-kozic closed 1 year ago

tora-kozic commented 1 year ago

Adds GET and GET ALL methods for roles, right now called get_available_roles and get_role.

The diff looks a little funny because I merged some changes in from the main branch into the feature/cli branch, relevant changes are in the user client related files

CLI commands for these endpoints will be done in a separate PR