updateUser response
output fields provides details about the
updateUser
output fields.Output Field | Required? | Type | Purpose |
|---|---|---|---|
requestId | Y | String | The request ID sent with the updateUserRequest request. |
statusMessage | Y | String | Message corresponding to the status of the request. If the status is not 0000 (success), the message is an error message. |
Example updateUser response
<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <UpdateUserResponse xmlns="http://chemas.vip.symantec.com"> <requestId>123456</requestId> <status>0000</status> <statusMessage>Success</statusMessage> </UpdateUserResponse> </S:Body> </S:Envelope>