Difference between revisions of "AddUserWithLdapAttributesString()"

From Rackspace Email & Apps API
Jump to: navigation, search
(New page: This function will add a new mailbox and set it's mailbox LDAP attributes. ===Input Parameters=== Five strings, one integer, and one more string: Administrative username, Administ...)
 
 
Line 1: Line 1:
 +
<span style="color:red">This function has been deprecated.</span>
 +
 
This function will add a new mailbox and set it's mailbox LDAP attributes.
 
This function will add a new mailbox and set it's mailbox LDAP attributes.
  

Latest revision as of 11:38, 15 April 2015

This function has been deprecated.

This function will add a new mailbox and set it's mailbox LDAP attributes.

Input Parameters

Five strings, one integer, and one more string:

   Administrative username,
   Administrative password,
   Domain name,
   UserID (the part before @),
   Surname (last name of user-- required),
   Password,
   Active (int; 1=active, 0=inactive),
   Attributes string ("givenname    John [crlf] o   MyCompany", ...) (tab delimited between key/value pairs and CRLF delimited between records)

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.