API Guide

Table Of Contents
Response Status Codes
Table 216. Response Status Codes
HTTP Status Code Reason
200 OK
404 User not found
/User/{userId}
Desciption
Update an existing user
Method
put
Response Class
User
Response Content-Type: application/json, application/xml
Parameters
Table 217. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body (required) User object that
contains update
fields
N/A body User
userId (required) ID of user to
update
N/A path integer
Response Status Codes
Table 218. Response Status Codes
HTTP Status Code Reason
204 Update completed successfully
400 Problem with the update data, check error
response for details
404 User not found
115