SDP On Demand API v3 - Update User

SDP On Demand API v3 - Update User

Hello,

I am using the following URL to help me update a user: https://ui.servicedeskplus.com/APIDocs3/index.html#update-an-user

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:
{
"user": {
"email_id": "1Test@test.com"
}
}

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.

                New to ADSelfService Plus?