helpdesk-z/helpdeskz-dev

API bug

Opened this issue · 2 comments

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

Thanks for the report, we'll check that

Thx