Hello,
Is this still the most up to date documentation? I create a ticket via API and the requester is new, so there is no e-mail for the requester yet. So, I was going to find the user with the ID the response gave with the request creation and then update the user email_id.
Is this the correct URL to use?
PUT
https://{URL
}/app/itdesk/api/v3/users/{USER ID}
The input_data is:
which I encode in Postman.
I keep getting 4001 error, Invalid method. When I change it to a GET and get rid of the input_data parameter it runs fine. But when I change to PUT and add the input_data parameter, it errors out.