FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getUserCountRequest

Description

A getUserCountRequest message contains an element of getUserCountRequestType.

Derived By

Type getUserCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  userQueryParametersType  0..1  Required. See userQueryParametersType. Leave this element blank to return all users.
Referenced By
Name  Type 
getUserCount  Method 
XML Example

The following XML fragment illustrates a getUserCountRequest message:

<getUserCountRequest>
     <queryParams>
          <displayName>
               <value>john</value>
               <searchType>CONTAINS</searchType>
          </displayName>
          <lastModifiedDateTime>
               <value>2011-05-04T22:00:00</value>
               <searchType>AFTER</searchType>
          </lastModifiedDateTime>
          <accountType>PUBLISHER</accountType>
     </queryParams>
</getUserCountRequest>