API Guide
Response Status Codes
Table 228. Response Status Codes
HTTP Status Code Reason
200 OK
404 User not found
/User/{userId}
Description
Update an existing user
Method
put
Response Class
User
Response Content-Type: application/json, application/xml
Parameters
Table 229. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) User object that
contains update
elds
N/A body User
userId (required) ID of user to update N/A path integer
Response Status Codes
Table 230. 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
/User/{userId}
Description
Delete an existing user
Method
delete
103