listImportedUsers

Returns all or a portion of the imported Windows user list.

Request

<listImportedUsers>
   <startIdx/>
   <numEntries/>
</listImportedUsers>

Reply

<listImportedUsers>
   <userName/>
   <result value=" ">
      <description/>
   </result> 
</listImportedUsers>

Elements

startIdx

(Optional) Specifies the starting index of the first user to return. Default to 0 (start at the beginning).

numEntries

(Optional) Specifies the maximum number of users to return in the reply. Defaults to return all users.

userName

Specifies the imported user name.

result

Specifies a zError or eDirectory value or 0 (for no error).

description

Specifies a text description of the result.