createUser response

output fields provides details about the
createUser
output fields.
CreateUser
output fields
Output Field
Required?
Type
Purpose
requestId
Y
String
The request ID sent with the
createUserRequest
request.
status
Y
Hex string
Unique status code. 0000=Success. Any other value is an error.
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 createUser response
<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <CreateUserResponse xmlns="https://schemas.vip.symantec.com"> <requestId>1234567890</requestId> <status>0000</status> <statusMessage>Success</statusMessage> </CreateUserResponse> </S:Body> </S:Envelope>