added user delete API

pull/29/head
Iglocska 2016-11-02 12:00:02 +01:00
parent 5212643597
commit bf312cc1d1
1 changed files with 6 additions and 0 deletions

View File

@ -1206,6 +1206,12 @@ https://<misp url>/admin/users/edit/[user id]
Only the fields POSTed will be updated, the rest is left intact. To view all possible parameters, simply send a GET request to the above URL. Only the fields POSTed will be updated, the rest is left intact. To view all possible parameters, simply send a GET request to the above URL.
You can also delete users by POSTing to the below URL, but keep in mind that disabling users (by setting the disabled flag via an edit) is always prefered to keep user associations to events intact.
~~~~
https://<misp url>/admin/users/delete/[user id]
~~~~
# Automation using PyMISP # Automation using PyMISP
PyMISP is a Python library to access MISP platforms via their REST API. PyMISP is a Python library to access MISP platforms via their REST API.