FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: accountIdList [type userQueryParametersType]

Description

Use to retrieve user information for multiple accounts using a single API call. To retrieve information for multiple accounts, specify up to 10 account IDs using the getUsersQuery API request.

Derived By

Type accountIdList

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
accountIds  accountIds  1..1 

Provide the account IDs for which you want to retrieve user information.

The configuration option Number of accounts and associated user information to retrieve via SOAP API limits the number of accounts that can be specified. Default = 10.

searchType  simpleSearchType  1..1 

Search criteria for one account ID would be:

  • STARTS_WITH

  • CONTAINS

  • ENDS_WITH

  • EQUALS

Search criteria would be EQUALS if more than one account ID is provided to retrieve user information.

Referenced By
Name  Type 
userQueryParametersType  Complex Type 
Definition

See userQueryParametersType