Class User.UserAddRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.User.UserAddRequest
Enclosing class:
User

@Choice(minOccurs=0,value={@ChoiceGroup("accessDeviceEndpoint"),@ChoiceGroup("trunkAddressing")}) public static class User.UserAddRequest extends Request<DefaultResponse>
Request to add a user. The domain is required in the userId. The password is not required if external authentication is enabled. The following elements are only used in AS data mode and ignored in XS data mode: nameDialingName alternateUserId The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator