User permission managment

using jwt baesd authentication payload = {“user”: {“username”: “user123”, “role”: “user”}} when i hit localhost:5005/model/parse response is as follows.

{ “version”: “1.3.5”, “status”: “failure”, “message”: “User has insufficient permissions.”, “reason”: “NotAuthorized”, “details”: {}, “help”: “Running the Server”, “code”: 403 }

how can user access nlu model to parse without being admin

Hello @juvanthomas it appears that @fede already responded to you on thread How to give acces for users other than admin to localhost:5005/model/parse so maybe continue the discussion there if you have questions still about his response. He already did answer you question stating this is only available to admins though.