GetDomainAllUserStatsAlpha()

From Rackspace Email & Apps API
Revision as of 15:54, 25 August 2008 by APIAdmin (talk | contribs) (New page: This function will return last login and mailbox sizes for either active users or inactive (disabled) users on a domain, where the usernames match the search element. If only a single let...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function will return last login and mailbox sizes for either active users or inactive (disabled) users on a domain, where the usernames match the search element. If only a single letter or number is used for the search element, this function will return info on usernames that begin with that letter or number. If 2+ letters/numbers are in the search element, then usernames that match the search element inside the username will be returned.

Input Parameters

Three strings, one integer, and one result array:

   Administrative username,
   Administrative password,
   Domain name,
   Search element (single letter or number = match usernames that start with it, 2+ = return usernames that match)
   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.