Update a user #
Service URL: PUT /users/{userId}
Request Body:
IUpdateUserRequest
userId – String – the id of the user (inferred by path param).
user – IUser – The user to be created
Response Body:
200 – Success OK
Remarks
Updates an existing users given the information in the request.