<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This came up on wp-hackers but didn't get much response. Any thoughts, or should I just start hacking up an implementation?<div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>Alan J Castonguay</div><div><br></div></span></span><br></div><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" color="#000000" style="font: 12.0px Helvetica; color: #000000"><b>From: </b></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Alan Castonguay <<a href="mailto:alan@verselogic.net">alan@verselogic.net</a>></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" color="#000000" style="font: 12.0px Helvetica; color: #000000"><b>Date: </b></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica">April 6, 2009 5:13:44 PM GMT-04:00</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" color="#000000" style="font: 12.0px Helvetica; color: #000000"><b>To: </b></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="mailto:wp-hackers@lists.automattic.com">wp-hackers@lists.automattic.com</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" color="#000000" style="font: 12.0px Helvetica; color: #000000"><b>Subject: </b></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><b>Re: [wp-hackers] wpmu / adding users/sites/any other admin</b></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" color="#000000" style="font: 12.0px Helvetica; color: #000000"><b>Reply-To: </b></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="mailto:wp-hackers@lists.automattic.com">wp-hackers@lists.automattic.com</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> </div><div><blockquote type="cite">Alan, how about "gaping pits of hell"?<br></blockquote>heh. =)<br><br>As noted, there's a lot of configurables in the Wordpress admin interface that are not exposed by either xmlrpc or atompub. The xmlrpc function "wp_getAuthors" will provide user_id, user_login, display_name, but there is no method to Edit existing user/usermeta, Register new users, or Delete existing ones.<br><br>The only fleshed out implementation of user management via atompub that I'm aware of is Google's GDATA API for Provisioning on Google Apps (for Premier and Education Edition). This seems well thought out, and at least some of the decisions can be borrowed.<br><br><a href="http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_developers_protocol.html#Create_Account_Example">http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_developers_protocol.html#Create_Account_Example</a><br><br>Gallery3's API is supposed to provide user registration and editing: http://codex.gallery2.org/Gallery3:API:REST<br>Second Life's API supports user registration: http://wiki.secondlife.com/wiki/Registration_API<br><br>A proper implementation has to start somewhere. So, what thinks people of creating the following endpoints, and defining an atom entry for a "user"? I'm not sure if this can borrow from hCard or the DiSo project.<br><br> + http://blog.example.com/(wp-)app.php/user/{id} or {username}?<br> + http://blog.example.com/(wp-)app.php/users/{page}?<br><br><br>Alan J Castonguay</div></blockquote></div></div></body></html>