You are not logged in.
Pages: 1
Hello,
I'm creating user and setting profile etc using post method.
Now, I need to delete or change (update) information.
How can I do this ?
Offline
I think you can use this
URL: apirest.php/:itemtype/:id
Description: Delete an object existing in GLPI.
Method: DELETE
This way: apirest.php/User/id
You can make a get request to test, after obtain the response, you can use method DELETE to delete your desired user, through respective id.
Offline
Are you brazilian?
Offline
Yes, I'm Brazilian !
I'll try your suggest !
Offline
Pages: 1