Hi, I'm having trouble disabling and deleting a user from the tvheadend server.
use the command to create the user:
curl -X POST "http://10.33.7.3:9981/api/access/entry/create" -u admin:password -H "Content-Type: application/x-www-form-urlencoded" -d "conf={\"uuid\":\"new\",\"username\":\"joao\",\"enabled\":true,\"prefix\":\"0.0.0.0/0\",\"change\":[\"change_rights\",\"change_chrange\",\"change_chtags\",\"change_dvr_configs\",\"change_profiles\",\"change_conn_limit\",\"change_lang\",\"change_lang_ui\",\"change_theme\",\"change_uilevel\",\"change_xmltv_output\",\"change_htsp_output\"],\"streaming\":[\"basic\",\"htsp\"],\"dvr\":[\"basic\",\"htsp\"],\"webui\":true,\"admin\":false,\"comment\":\"Usuário criado via API\"}"
But I can't edit it later.
I tried filling in the UUID that the server returns to me when creating the user, I also tried changing "enabled" to "false", but all attempts lead to creating a new user and not editing it.
Thank you for any help!