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 will fail in XS data mode: trunkAddressing The following elements are only used in AS data mode and ignored in XS data mode: nameDialingName alternateUserId The following elements are only used in XS data mode and ignored in AS data mode: allowVideo The response is either SuccessResponse or ErrorResponse. The following elements can only be used by a system administrator:. allowVideo alternateUserId The following elements can only be used by a provisioning administrator:. alternateUserId The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator