Difference between revisions of "GetDomainAllUserStatsAlpha()"
From Rackspace Email & Apps API
(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...) |
James.morgan (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <span style="color:red">This function has been deprecated.</span> | ||
+ | |||
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. | 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. | ||
Latest revision as of 10:36, 15 April 2015
This function has been deprecated.
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.