Difference between revisions of "GetAllDomainsUserCount()"

From Rackspace Email & Apps API
Jump to: navigation, search
(New page: This function will count all of the mailboxes across all domains associated with the username and password provided. Please note that it counts provisioned mailboxes, not allocated mailbo...)
 
 
Line 1: Line 1:
 +
<span style="color:red">This function has been deprecated.</span>
 +
 
This function will count all of the mailboxes across all domains associated with the username and password provided.  Please note that it counts provisioned mailboxes, not allocated mailboxes (e.g. if a company is allowed to have 10 mailboxes, but has only configured 8 mailboxes, this function would count 8 users).
 
This function will count all of the mailboxes across all domains associated with the username and password provided.  Please note that it counts provisioned mailboxes, not allocated mailboxes (e.g. if a company is allowed to have 10 mailboxes, but has only configured 8 mailboxes, this function would count 8 users).
  

Latest revision as of 11:37, 15 April 2015

This function has been deprecated.

This function will count all of the mailboxes across all domains associated with the username and password provided. Please note that it counts provisioned mailboxes, not allocated mailboxes (e.g. if a company is allowed to have 10 mailboxes, but has only configured 8 mailboxes, this function would count 8 users).

Parameters

Two strings, one integer

   Administrative username (string),
   Administrative password (string),
   Number of users (int)

Return Values

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

If successful, the integer variable will hold the total user count across all domains.

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