<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://api-wiki.apps.rackspace.com/api-wiki/index.php?action=history&amp;feed=atom&amp;title=AddUserContacts%28%29</id>
		<title>AddUserContacts() - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://api-wiki.apps.rackspace.com/api-wiki/index.php?action=history&amp;feed=atom&amp;title=AddUserContacts%28%29"/>
		<link rel="alternate" type="text/html" href="http://api-wiki.apps.rackspace.com/api-wiki/index.php?title=AddUserContacts()&amp;action=history"/>
		<updated>2026-05-22T15:52:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>http://api-wiki.apps.rackspace.com/api-wiki/index.php?title=AddUserContacts()&amp;diff=19&amp;oldid=prev</id>
		<title>APIAdmin: New page: This function will add one or more contacts to the address book of a particular user.  The associative array of address book contacts should be as follows:      array[0][&quot;owner&quot;]=&quot;userid@d...</title>
		<link rel="alternate" type="text/html" href="http://api-wiki.apps.rackspace.com/api-wiki/index.php?title=AddUserContacts()&amp;diff=19&amp;oldid=prev"/>
				<updated>2008-08-22T20:55:39Z</updated>
		
		<summary type="html">&lt;p&gt;New page: This function will add one or more contacts to the address book of a particular user.  The associative array of address book contacts should be as follows:      array[0][&amp;quot;owner&amp;quot;]=&amp;quot;userid@d...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function will add one or more contacts to the address book of a particular user.  The associative array of address book contacts should be as follows:&lt;br /&gt;
&lt;br /&gt;
    array[0][&amp;quot;owner&amp;quot;]=&amp;quot;userid@domainname&amp;quot;  -- the same User ID and Domain name passed to the function as strings&lt;br /&gt;
    array[0][&amp;quot;firstname&amp;quot;]=&amp;quot;John&amp;quot;           -- First name of contact&lt;br /&gt;
    array[0][&amp;quot;email&amp;quot;]=&amp;quot;hisemail@hisdomain&amp;quot; -- Email address of contact&lt;br /&gt;
    array[1][&amp;quot;owner&amp;quot;]=&amp;quot;userid@domainname&amp;quot;&lt;br /&gt;
    array[1][&amp;quot;firstname&amp;quot;]=&amp;quot;Sally&amp;quot;&lt;br /&gt;
    array[1][&amp;quot;email&amp;quot;]=&amp;quot;heremail@herdomain&amp;quot;&lt;br /&gt;
    array[1][&amp;quot;favorite&amp;quot;]=&amp;quot;1&amp;quot;               -- Add this person to the list of frequent/favorite contacts&lt;br /&gt;
    ...&lt;br /&gt;
&lt;br /&gt;
    Permitted columns/associate array elements are:&lt;br /&gt;
    firstname, lastname, email, email2, email3, b_phone, h_phone, m_phone, fax, b_street1,&lt;br /&gt;
    b_street2, b_city, b_state, b_zip, b_country, h_street1, h_street2, h_city, h_state, h_zip,&lt;br /&gt;
    h_country, favorite, notes&lt;br /&gt;
===Input Parameters===&lt;br /&gt;
&lt;br /&gt;
Four strings, an array of contacts, and one result integer:&lt;br /&gt;
    Administrative username,&lt;br /&gt;
    Administrative password,&lt;br /&gt;
    Domain name,&lt;br /&gt;
    User ID (the portion of the email address before the @ symbol),&lt;br /&gt;
    Address array (associative, see above for format),&lt;br /&gt;
&lt;br /&gt;
    Result (int)&lt;br /&gt;
===Return Values===&lt;br /&gt;
If successful, the return value of the function will be 1.&lt;br /&gt;
&lt;br /&gt;
Consult the [[resultcodes|Result Code Table]] for a list of result codes and their meaning.&lt;/div&gt;</summary>
		<author><name>APIAdmin</name></author>	</entry>

	</feed>