API bug
Opened this issue · 2 comments
Xeros91 commented
Good evening,
I found a bug, when I want to use the api
path : https://***.fr/api/users/create
-> post method
Fullname : test test
Email : test@test.fr
notify: 0
JSON return :
{
"success": 1,
"user_id": 0,
"message": "User account was created."
}
the problem is that the user ID remains at 0 and it does not create the user
the same thing for departments/create
Thanks and by the way great job
helpdesk-z commented
Thanks for the report, we'll check that
Xeros91 commented
Thx