Sample request using the onBehalfOfAccountId element

The following is an
AuthenticateUserRequest
request which includes the
onBehalfOfAccountId
element. This request by a parent account authenticates a user under the child account. The jurisdiction identifier identifies the child account that is sent in the
onBehalfOfAccountId
element.
<?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> <AuthenticateUserRequest> <requestId>1234abcd</requestId> <onBehalfOfAccountId>72480532</onBehalfOfAccountId> <userId>[email protected]</userId> <otpAuthData> <otp>123456</otp> </otpAuthData> <authContext> <params> <Key>authLevel.level</Key> <Value>1</Value> </params> </authContext> </AuthenticateUserRequest> </S:Body> </S:Envelope>