ModifyUserContacts()
From Rackspace Email & Apps API
Revision as of 12:57, 22 August 2008 by APIAdmin (talk | contribs) (New page: This function allows an existing contact's information to be changed. Each contact to be changed must ge identified by the "id" returned by GetUserContactsFull() or [[GetUserContactsF...)
This function allows an existing contact's information to be changed. Each contact to be changed must ge identified by the "id" returned by GetUserContactsFull() or GetUserContactsFullStr(). See AddUserContacts() for a the list of permitted fields.
The contact ID array might looks as follows: array[0]["id"]=12 array[0]["email"]="john@johnsdomain" array[1]["id"]=47 array[1]["email"]="sally@sallysdomain"
Input Parameters
Four strings, an array of integers, and a result integer
Administrative username, Administrative password, Domain name, User ID (the portion of the email address before the @ symbol), Contact ID array (array of integer contact ID's to be updated in the address book),
Result integer
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.