gophish / api-client-python

A Python API Client for Gophish
MIT License
44 stars 48 forks source link

User management missing #23

Open edermi opened 5 years ago

edermi commented 5 years ago

The Python API currently lacks support for the user management API.

SebastianOpiyo commented 1 year ago

Totally agree, I have been working on a commandline version of the same and both the python and go APIs seem to lack working RBAC APIs. There is documentation on this link [https://docs.getgophish.com/api-documentation/user-management] but that show success when posting user, but does not reflect on database. The other APIs i.e get user/users works fine though.