Difference between revisions of "GetDomainAllUserStatsActive()"

From Rackspace Email & Apps API
Jump to: navigation, search
(New page: This function will return last login and mailbox sizes for either active users or inactive (disabled) users on a domain. ===Input Parameters=== Three strings, one integer, and one result ...)
 
(No difference)

Latest revision as of 15:48, 25 August 2008

This function will return last login and mailbox sizes for either active users or inactive (disabled) users on a domain.

Input Parameters

Three strings, one integer, and one result array:

   Administrative username,
   Administrative password,
   Domain name,
   Active flag (integer, 1= only give stats for active users, 0= only give stats for inactive users)
   User array (formatted as: list[0]="user1, 11/30/05, 2420302", list[1]="user2..."...)

Return Values

If successful, the return value of the function will be 1.

Consult the Result Code Table for a list of result codes and their meaning.