I am using Apache Nifi 1.1.1. I want to be able to create, update, and
remove users without having to log on to the NiFi web page.
I have been trying to use the NiFi processors to do this, and have only been
successful in using the GetHTTP processor to retrieve user information (GET
/tenants/users/{id}). I used that user information as a template and
modified the "id" with a new UUID, and the "identity". With this new flow
file I used the PostHTTP (POST /tenants/users) to try and add the new user,
but ended up with a 400 status code.
Any help in the right direction would be much appreciated.
--
View this message in context: http://apache-nifi-users-list.2361937.n4.nabble.com/Manage-NiFi-Users-via-Rest-Api-tp2075.html
Sent from the Apache NiFi Users List mailing list archive at Nabble.com.
|