Class User.UserPhoneDirectoryGetListRequest

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

public static class User.UserPhoneDirectoryGetListRequest extends Request<User.UserPhoneDirectoryGetListResponse>
Request a table containing the phone directory for a user's group. If the user's group is part of an enterprise, the directory includes all users in the enterprise and all entries in the enterprise common phone list and the common phone list of the specified group (if includeCommonPhoneList is set to true). If the user's group is part of a service provider, the directory includes all users in the group and all entries in the common phone list (if includeCommonPhoneList is set to true) of the specified group. The response is either UserPhoneDirectoryGetListResponse or ErrorResponse. If the searchCriteriaModeOr is present, any result matching any one criteria is included in the results. Otherwise, only results matching all the search criteria are included in the results. If no search criteria is specified, all results are returned. In all cases, if a responseSizeLimit is specified and the number of matching results is more than this limit, then an ErrorResponse is returned. Specifying searchCriteriaModeOr without any search criteria results in an ErrorResponse.
Author:
AlpacaGenerator