API Guide

Response Class
User
Response Content-Type: application/json, application/xml
Parameters
Table 233. 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 234. 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
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Table 235. Parameters
Parameter Value Description Default Value Parameter Type Data Type
userId (required) Id of user to delete N/A path integer
105