Sample response to request using the onBehalfOfAccountId element

The following is the sample response to an
AuthenticateUserRequest
request using the
onBehalfOfAccountId
element. This response indicates that the user under the specified child account was successfully authenticated.
<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns="https://schemas.symantec.com/vip/2011/04/vipuserservices"> <S:Body> <AuthenticateUserResponse> <requestId>1234abcd</requestId> <status>0000</status> <statusMessage>Success</statusMessage> <credentialId>DP0309602929</credentialId> <credentialType>STANDARD_OTP</credentialType> <authContext> <params> <Key>authLevel.level</Key> <Value>1</Value> </params> </authContext> </AuthenticateUserResponse> </S:Body> </S:Envelope>