When using the REST API to update a user I am getting the below. The document does not mention the need to enter this information. It also makes the API kind of useless if the programmer needs to know the password of the user they are editing
{
"response": {
"data": {
"ws_object": {
"@error_node": true,
"User": {
"error": [
{
"error_desc": "Password field missing",
"cause": 0
},
{
"error_desc": "Name field missing",
"cause": 0
}
]
}
}
}
}
}
Example found on page 53 Management API IP Office
{
"response": {
"data": {
"ws_object": {
"@error_node": true,
"User": {
"error": [
{
"error_desc": "Password field missing",
"cause": 0
},
{
"error_desc": "Name field missing",
"cause": 0
}
]
}
}
}
}
}
Example found on page 53 Management API IP Office