Community Documentation

Example xml-rpc post for user.update

Last updated November 29, 2012. Created by dianacastillo on November 29, 2012.
Log in to edit this page.

<?xml version="1.0"?>
<methodCall>
   <methodName>user.update</methodName>
   <params>
     <param>
       <struct>
         <member>
           <name>uid</name>
           <value><int>38</int></value>
         </member>
      </struct>
  <struct>
  <member>
           <name>name</name>
           <value><string>diana.ruiz12</string></value>
         </member>
         <member>
           <name>mail</name>
           <value><string>ndy.r@eeuwkern.org</string></value>
         </member>
         <member>
           <name>pass</name>
           <value><string>candy9223</string></value>
         </member>
    
       </struct>
     </param>
   </params>
</methodCall>

About this page

Drupal version
Drupal 7.x
Audience
Contributors, Programmers, Site administrators, Site builders
Level
Intermediate

Develop for Drupal

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.
nobody click here