Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

Account Structure


The Account structure holds user or group names. It has a flag to indicate if the name is user or group. This structure is used in the Security service. Table 4 lists the fields in this structure.

Table 4. Account Structure Fields
Fields
Description

String accountName

String to hold an account name.

int accountType

Flag where 0 indicates the account is a user, and 1 indicates a group.

Siebel Analytics Web Services Guide