Class User.UserGetListInServiceProviderRequest

  • Enclosing class:
    User

    @ChoiceGroup("serviceProvider") @ChoiceGroup("serviceProviderExternalId")
    public static class User.UserGetListInServiceProviderRequest
    extends Request<User.UserGetListInServiceProviderResponse>
    Request the list of users in a service provider or enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The following elements are only used in AS data mode and ignored in XS data mode: serviceProviderExternalId The response is either a UserGetListInServiceProviderResponse or an ErrorResponse.
    Author:
    AlpacaGenerator