You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ti...@apache.org on 2013/12/12 09:12:44 UTC

svn commit: r1550369 [1/2] - in /incubator/usergrid/site/publish/docs: collections/index.html organizations-admins/index.html users-and-devices/ users-and-devices/index.html

Author: timanglade
Date: Thu Dec 12 08:12:43 2013
New Revision: 1550369

URL: http://svn.apache.org/r1550369
Log:
Add missing doc articles

Added:
    incubator/usergrid/site/publish/docs/users-and-devices/
    incubator/usergrid/site/publish/docs/users-and-devices/index.html
Modified:
    incubator/usergrid/site/publish/docs/collections/index.html
    incubator/usergrid/site/publish/docs/organizations-admins/index.html

Modified: incubator/usergrid/site/publish/docs/collections/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/docs/collections/index.html?rev=1550369&r1=1550368&r2=1550369&view=diff
==============================================================================
--- incubator/usergrid/site/publish/docs/collections/index.html (original)
+++ incubator/usergrid/site/publish/docs/collections/index.html Thu Dec 12 08:12:43 2013
@@ -129,13 +129,10 @@
                   <small><a target="_blank" href="https://github.com/usergrid/website/blob/master/content/docs/collections.md">contribute to this article on github</a></small>
                 </div>
                 <div class="toc">
-	<ul>
-<li><a href="#reserved-collections">Reserved Collections</a></li>
-</ul>
+	
 </div>
 <p>In Apache Usergrid, all entities are automatically associated with a corresponding collection based on the <code>type</code> property of the entity. You may create empty collections if you wish, but creating an entity of a new type will automatically create a corresponding collection for you. For example, creating a new custom “item” entity, creates an “items” collection.</p>
 <p>Queries are always limited in scope to the current collection. That should be your primary consideration for data modeling in Apache Usergrid.</p>
-<h2 id="reserved-collections"><a href="#reserved-collections">Reserved Collections</a></h2>
 <p>The following collections are reserved in the system</p>
 <ul>
 <li>users</li>

Modified: incubator/usergrid/site/publish/docs/organizations-admins/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/docs/organizations-admins/index.html?rev=1550369&r1=1550368&r2=1550369&view=diff
==============================================================================
--- incubator/usergrid/site/publish/docs/organizations-admins/index.html (original)
+++ incubator/usergrid/site/publish/docs/organizations-admins/index.html Thu Dec 12 08:12:43 2013
@@ -45,8 +45,8 @@
         </div>
         <nav class="collapse navbar-collapse bf-navbar-collapse" role="navigation">
             <ul class="nav navbar-nav navbar-right">
-                <!--<li class="active"><a href="/docs/"><span class="icns icon-book"></span></a></li>-->
                 <li class=""><a href="/community/"><span class="icns icon-group"></span></a></li>
+                <li class="active"><a href="/docs/"><span class="icns icon-book"></span></a></li>
                 <li><a href="http://github.com/usergrid/usergrid" target="_blank"><span class="icns icon-github-sign"></span></a></li>
                 <!--<li><a href="https://trello.com/b/exQmJIOn/usergrid" target="_blank"><span class="icns icon-trello"></span></a></li>-->
                 <li><a href="https://issues.apache.org/jira/browse/USERGRID" target="_blank"><span class="icns icon-bug"></span></a></li>
@@ -65,27 +65,28 @@
         <div class="col-md-3">
             <div class="bf-sidebar hidden-print" role="complementary">
                 <ul class="nav nav-list">
-                    <li><a href="#">Getting Up & Running Locally</a></li>
-                    <li><a href="#"><code>ugc</code> — the Command-line Client</a></li>
+                    <li><a href="/docs/getting-up-and-running-locally/">Getting Up & Running Locally</a></li>
+                    <li><a href="https://github.com/usergrid/usergrid/tree/master/ugc#usergrid-command-line-ugc"><code>ugc</code> — the Command-line Client</a></li>
 
                     <li class="nav-header"><span>Concepts</span></li>
                     <li>
                         <a href="/docs/organizations-admins/">Organizations & Admins</a>
                         <ul>
                             <li>
-                                <a href="/docs/applications">Applications</a>
+                                <a href="/docs/applications/">Applications</a>
                                 <ul>
-                                    <li><a href="#">Roles & Permissions</a></li>
-                                    <li><a href="#">Queues</a></li>
-                                    <li><a href="#">Events & Counters</a></li>
+                                    <li><a href="/docs/roles-and-permissions/">Roles & Permissions</a></li>
+                                    <!--<li><a href="#">Queues</a></li>-->
+                                    <li><a href="/docs/events-and-counters/">Events & Counters</a></li>
+                                    <li><a href="/docs/relationships/">Relationships (Joins)</a></li>
                                     <li>
-                                        <a href="#">Collections</a>
+                                        <a href="/docs/collections">Collections</a>
                                         <ul>
-                                            <li><a href="#">Query Language</a></li>
-                                            <li><a href="#">Users & Devices</a></li>
-                                            <li><a href="#">Groups</a></li>
-                                            <li><a href="#">Activities</a></li>
-                                            <li><a href="#">Assets</a></li>
+                                            <li><a href="/docs/query-language/">Query Language</a></li>
+                                            <li><a href="/docs/users-devices/">Users & Devices</a></li>
+                                            <li><a href="/docs/groups/">Groups</a></li>
+                                            <li><a href="/docs/activities/">Activities</a></li>
+                                            <li><a href="/docs/assets/">Assets</a></li>
                                         </ul>
                                     </li>
                                 </ul>
@@ -95,27 +96,28 @@
 
 
                     <li class="nav-header"><span>Usage</span></li>
-                    <li><a href="/docs/rest-api">REST API</a></li>
-                    <li><a class="icns-apple" href="#">iOS SDK</a></li>
-                    <li><a class="icns-android" href="#">Android SDK</a></li>
-                    <li><a class="icns-html5" href="/docs/html5-javascript-sdk">HTML5 / JavaScript SDK</a></li>
-                    <li><a class="icns-windows" href="#">Windows 8 / Windows Phone / .net SDK</a></li>
-                    <li><a href="/docs/nodejs-module">Node.js module</a></li>
-                    <li><a href="/docs/ruby-gem">Ruby gem</a></li>
-                    <li><a href="#">Ruby on Rails gem</a></li>
-                    <li><a href="#">PHP library</a></li>
+                    <li>REST API — Coming Soon</li>
+                    <li><a class="icns-apple" href="https://github.com/usergrid/usergrid/tree/master/sdks/ios">iOS SDK</a></li>
+                    <li><a class="icns-android" href="https://github.com/usergrid/usergrid/tree/master/sdks/android">Android SDK</a></li>
+                    <li><a class="icns-html5" href="">HTML5 / JavaScript SDK</a></li>
+                    <li><a class="icns-windows" href="https://github.com/usergrid/usergrid/tree/master/sdks/dotnet">Windows 8 / Windows Phone / .net SDK</a></li>
+                    <li><a href="https://github.com/usergrid/usergrid/tree/master/sdks/nodejs">Node.js module</a></li>
+                    <li><a href="https://github.com/usergrid/usergrid/tree/master/sdks/ruby">Ruby gem</a></li>
+                    <li><a href="https://github.com/usergrid/usergrid/tree/master/sdks/ruby-on-rails">Ruby on Rails gem</a></li>
+                    <li><a href="https://github.com/usergrid/usergrid/tree/master/sdks/php">PHP library</a></li>
+                    <li><a href="https://github.com/usergrid/usergrid/tree/master/sdks/java">Java library</a></li>
 
                     <li class="nav-header"><span>Internals</span></li>
-                    <li><a href="#">Design & Goals</a></li>
-                    <li><a href="#">Java Architecture</a></li>
-                    <li><a href="#">Cassandra Schema</a></li>
-                    <li><a href="#">Contributing</a></li>
+                    <li>Design & Goals — Coming Soon</li>
+                    <li>Java Architecture — Coming Soon</li>
+                    <li>Cassandra Schema — Coming Soon</li>
+                    <li><a href="/docs/contributing/">Contributing</a></li>
 
                     <li class="nav-header"><span>Operations</span></li>
-                    <li><a href="#">Deploying</a></li>
-                    <li><a href="#">Monitoring</a></li>
-                    <li><a href="#">Upgrading</a></li>
-                    <li><a href="#">Security</a></li>
+                    <li>Deploying — Coming Soon</li>
+                    <li>Monitoring — Coming Soon</li>
+                    <li><a href="/docs/upgrading/">Upgrading</a></li>
+                    <li>Security — Coming Soon</li>
                 </ul>
             </div>
         </div>
@@ -124,44 +126,16 @@
             <div class="page-article">
                 <div class="page-header">
                     <h1>Organizations & Admins</h1>
-                  <small><a href="https://github.com/timanglade/usergrid-site/blob/master/content/docs/organizations-admins/">contribute to this article on github</a></small>
+                  <small><a target="_blank" href="https://github.com/usergrid/website/blob/master/content/docs/organizations-admins.md">contribute to this article on github</a></small>
                 </div>
                 <div class="toc">
 	<ul>
-<li>
-<a href="#organizations">Organizations</a><ul>
-<li><a href="#activating-an-organization">Activating an organization</a></li>
-<li><a href="#reactivating-an-organization">Reactivating an organization</a></li>
-<li><a href="#generating-organization-client-credentials">Generating organization client credentials</a></li>
-<li><a href="#retrieving-organization-client-credentials">Retrieving organization client credentials</a></li>
-<li><a href="#getting-an-organizations-activity-feed">Getting an organization’s activity feed</a></li>
-<li><a href="#creating-an-organization-application">Creating an organization application</a></li>
-<li><a href="#deleting-an-organization-application">Deleting an organization application</a></li>
-<li><a href="#generating-application-credentials">Generating application credentials</a></li>
-<li><a href="#getting-application-credentials">Getting application credentials</a></li>
-<li><a href="#getting-the-applications-in-an-organization">Getting the applications in an organization</a></li>
-<li><a href="#adding-an-admin-user-to-an-organization">Adding an admin user to an organization</a></li>
-<li><a href="#getting-the-admin-users-in-an-organization">Getting the admin users in an organization</a></li>
-<li><a href="#removing-an-admin-user-from-an-organization">Removing an admin user from an organization</a></li>
-</ul>
-</li>
-<li>
-<a href="#admins">Admins</a><ul>
-<li><a href="#creating-an-admin-user">Creating an admin user</a></li>
-<li><a href="#updating-an-admin-user">Updating an admin user</a></li>
-<li><a href="#getting-an-admin-user">Getting an admin user</a></li>
-<li><a href="#setting-an-admin-users-password">Setting an admin user’s password</a></li>
-<li><a href="#resetting-an-admin-users-password">Resetting an admin user’s password</a></li>
-<li><a href="#activating-an-admin-user">Activating an admin user</a></li>
-<li><a href="#reactivating-an-admin-user">Reactivating an admin user</a></li>
-<li><a href="#getting-an-admin-users-activity-feed">Getting an admin user’s activity feed</a></li>
-</ul>
-</li>
+<li><a href="#organizations">Organizations</a></li>
+<li><a href="#admins">Admins</a></li>
 </ul>
 </div>
 <h2 id="organizations"><a href="#organizations">Organizations</a></h2>
 <p>An organization represents the highest level of the Apache Usergrid data hierarchy. It contains applications (and the entities and collections they contain) and is associated with one or more administrators. An organization can be representative of a company, team, or project. It allows multiple applications  to be shared within the organization with other administrators.</p>
-<p>Using the App services API, you can create an organization through a form post and get an organization by UUID or name. In addition, you can activate or reactivate an organization, generate and retrieve an organization’s client credentials, and get an organization’s activity feed. You can also create an organization application through a form post, generate and retrieve credentials for the application, and delete the application. You can also get the applications in an organization. Additionally, you can add an admin user to an organization, get the admin users in an organization, and remove an admin user from an organization.</p>
 <table>
 <thead><tr class="header">
 <th align="left">Property</th>
@@ -217,1310 +191,8 @@
 <td align="left">The password of the administrator. (create-only)</td>
 </tr>
 </tbody>
-</table><h3 id="activating-an-organization"><a href="#activating-an-organization">Activating an organization</a></h3>
-<p>Use the GET method to activate an organization from a link provided in an email notification.</p>
-<h4 id="request-url"><a href="#request-url">Request URL</a></h4>
-<p>GET /organizations|orgs/{org_name}|{uuid}/activate?token={token}&amp;confirm={confirm_email}</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string token</td>
-<td align="left">Activation token (supplied via email).</td>
-</tr>
-<tr class="odd">
-<td align="left">boolean confirm_email</td>
-<td align="left">Send confirmation email (false is the default).</td>
-</tr>
-</tbody>
-</table><p> </p>
-<h4 id="example---request"><a href="#example---request">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_activate_org">cURL</a></li>
-<li><a href="#javascript_activate_org">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_activate_org">Ruby</a></li>
-<li><a href="#nodejs_activate_org">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/activate?token=33dd0563-cd0c-11e1-bcf7-12313d1c4491"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/activate'].get params: { token: '33dd0563-cd0c-11e1-bcf7-12313d1c4491' }</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/activate',
-    qs:{token:'33dd0563-cd0c-11e1-bcf7-12313d1c4491'}
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response"><a href="#example---response">Example - Response</a></h4>
-<pre><code>{
-  "action": "activate organization",
-  "timestamp": 1337928462810,              
-  "duration": 3342
-}</code></pre>
-<h3 id="reactivating-an-organization"><a href="#reactivating-an-organization">Reactivating an organization</a></h3>
-<p>Use the GET method to reactivate an organization.</p>
-<h4 id="request-uri"><a href="#request-uri">Request URI</a></h4>
-<p>GET /organizations|orgs/{org_name}|{uuid}/reactivate</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr></tbody>
-</table><p> </p>
-<h4 id="example---request-1"><a href="#example---request-1">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_reactivate_org">cURL</a></li>
-<li><a href="#javascript_reactivate_org">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_reactivate_org">Ruby</a></li>
-<li><a href="#nodejs_reactivate_org">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/reactivate"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p> </p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/reactivate']</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/reactivate'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-1"><a href="#example---response-1">Example - Response</a></h4>
-<pre><code>{
-  "action": "reactivate organization",
-  "timestamp": 1349385280891,
-  "duration": 3612
-}</code></pre>
-<h3 id="generating-organization-client-credentials"><a href="#generating-organization-client-credentials">Generating organization client credentials</a></h3>
-<p>Use the POST method to generate new credentials for an organization client.</p>
-<h4 id="request-uri-1"><a href="#request-uri-1">Request URI</a></h4>
-<p>POST /organizations|orgs/{org_name}|{uuid}/credentials</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr></tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-2"><a href="#example---request-2">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_gen_org_credentials">cURL</a></li>
-<li><a href="#javascript_gen_org_credentials">JavaScript</a></li>
-<li><a href="#ruby_gen_org_credentials">Ruby</a></li>
-<li><a href="#nodejs_gen_org_credentials">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X POST "https://api.usergrid.com/management/orgs/credentials"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/credentials'].create</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'POST',
-    endpoint:'management/orgs/credentials'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — POST failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-2"><a href="#example---response-2">Example - Response</a></h4>
-<pre><code>{
-  "action": "generate organization client credentials",
-  "timestamp": 1349385795647,
-  "duration": 7,
-  "credentials":  {
-    "client_id": "c2V7N61DY90MCdG78xIxPRxFdQ",                  
-    "client_secret": "c2V7WEdXIutZWEkWdySLCt_lYDFVMMN"                      
-  }
-}</code></pre>
-<h3 id="retrieving-organization-client-credentials"><a href="#retrieving-organization-client-credentials">Retrieving organization client credentials</a></h3>
-<p>Use the GET method to retrieve the credentials for an organization client.</p>
-<h4 id="request-url-1"><a href="#request-url-1">Request URL</a></h4>
-<p>GET /organizations|orgs/{org_name}|{uuid}/credentials</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr></tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-3"><a href="#example---request-3">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_org_credentials">cURL</a></li>
-<li><a href="#javascript_get_org_credentials">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_org_credentials">Ruby</a></li>
-<li><a href="#nodejs_get_org_credentials">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/credentials"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/credentials']</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/credentials'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-3"><a href="#example---response-3">Example - Response</a></h4>
-<pre><code>{
-  "action": "get organization client credentials",
-  "timestamp": 1349386672984,
-  "duration": 690,
-  "credentials":  {
-    "client_id": "c2V7N61DY90MCdG78xIxPRxFdQ",                  
-    "client_secret": "c2V7WEdXIutZWEkWdySLCt_lYDFVMMN"                      
-  }
-}</code></pre>
-<h3 id="getting-an-organizations-activity-feed"><a href="#getting-an-organizations-activity-feed">Getting an organization’s activity feed</a></h3>
-<p>Use the GET method to get an organization’s activity feed.</p>
-<h4 id="request-uri-2"><a href="#request-uri-2">Request URI</a></h4>
-<p>GET /organizations|orgs/{org_name}|{uuid}/feed</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr></tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-4"><a href="#example---request-4">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_org_feed">cURL</a></li>
-<li><a href="#javascript_get_org_feed">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_org_feed">Ruby</a></li>
-<li><a href="#nodejs_get_org_feed">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/feed"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-activities = mgmt['orgs/testorg/feed'].collection</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/feed'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-4"><a href="#example---response-4">Example - Response</a></h4>
-<pre><code>{
- {
-  "action": "get organization feed",
-  "status": "ok",
-  "entities":  [
-     {
-      "uuid": "cf4d981c-fe90-11e1-95c8-12313b122c56",
-      "type": "activity",
-      "created": 1347643370454,
-      "modified": 1347643370454,
-      "actor":  {
-        "displayName": "tester123",
-        "objectType": "person",
-        "uuid": "327b527f-cd0c-11e1-bcf7-12313d1c4491",
-        "entityType": "user"
-      },
-      "category": "admin",
-      "metadata":  {
-        "cursor": "gGkAAQMAgGkABgE5xc3r1gCAdQAQz02YHP6QEeGVyBIxOxIsVgCAdQAQz3SoH_6QEeGVyBIxOxIsVgA",
-        "path": "/groups/33dd0563-cd0c-11e1-bcf7-12313d1c4491/feed/cf4d981c-fe90-11e1-95c8-12313b122c56"
-      },
-"object":  {
-        "displayName": "testapp2",
-        "objectType": "Application",
-        "uuid": "cede5b7e-fe90-11e1-95c8-12313b122c56",
-        "entityType": "application_info"
-      },
-      "published": 1347643370454,
-      "title": "&lt;a mailto="mailto:tester123@hotmail.com"&gt;tester123 (tester123@hotmail.com)&lt;/a&gt; created a new application named testapp2",
-      "verb": "create"
-    },...
-,
-  "timestamp": 1349387253811,</code></pre>
-<h3 id="creating-an-organization-application"><a href="#creating-an-organization-application">Creating an organization application</a></h3>
-<p>Use the POST method to create an application for an organization through a form post.</p>
-<h4 id="request-uri-3"><a href="#request-uri-3">Request URI</a></h4>
-<p>POST /organizations|orgs/{org_name}|{org_uuid}/apps {request body}</p>
-<h4 id="parameters"><a href="#parameters">Parameters</a></h4>
-<p>Parameter</p>
-<p>Description</p>
-<p>request body</p>
-<p>The following set of organization properties supplied through a form:.</p>
-<p>Property</p>
-<p>Description</p>
-<p>access token (string)</p>
-<p>The OAuth2 access token.</p>
-<p>name (string)</p>
-<p>The name of the application.</p>
-<p> </p>
-<h4 id="example---request-5"><a href="#example---request-5">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_create_org_app">cURL</a></li>
-<li><a href="#javascript_create_org_app">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_create_org_app">Ruby</a></li>
-<li><a href="#nodejs_create_org_app">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X -i POST "https://api.usergrid.com/management/orgs/testorg/apps" -d '{"access_token":"YWMtmNIFFBI6EeKvXSIACowF7QAAATpL0bVQtGOWe8PMwLfQ9kD_VKQa7IH4UBQ","name":"testapp1"}'</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p> </p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mynewapp = mgmt['orgs/testorg/apps'].create name: 'testapp1', access_token: 'YWMtmNIFFBI6EeKvXSIACowF7QAAATpL0bVQtGOWe8PMwLfQ9kD_VKQa7IH4UBQ'</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'POST',
-    endpoint:'management/orgs/testorg/apps',
-    body:{ 
-          access_token:'YWMtmNIFFBI6EeKvXSIACowF7QAAATpL0bVQtGOWe8PMwLfQ9kD_VKQa7IH4UBQ', 
-          name:'testapp1' 
-    }    
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — POST failed
-    } else {
-        //success — data will contain raw results from API call        
-    }
-});</code></pre>
-<h4 id="example---response-5"><a href="#example---response-5">Example - Response</a></h4>
-<pre><code>{
-  "action": "new application for organization",
-  "timestamp": 1338914698135,
-  "duration": 701
-}</code></pre>
-<h3 id="deleting-an-organization-application"><a href="#deleting-an-organization-application">Deleting an organization application</a></h3>
-<p>Use the DELETE method to delete an application from an organization.</p>
-<h4 id="request-uri-4"><a href="#request-uri-4">Request URI</a></h4>
-<p>DELETE /organizations|orgs/{org_name}|{org_uuid}/apps/{app_name}|{app_uuid}</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string app_name|arg uuid</td>
-<td align="left">Application name or application UUID.</td>
-</tr>
-</tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-6"><a href="#example---request-6">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_delete_org_app">cURL</a></li>
-<li><a href="#javascript_delete_org_app">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_delete_org_app">Ruby</a></li>
-<li><a href="#nodejs_delete_org_app">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X DELETE "https://api.usergrid.com/management/orgs/testorg/apps/testapp1"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p> </p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/apps/testapp1'].delete</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'DELETE',
-    endpoint:'management/orgs/testorg/apps/testapp1'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — DELETE failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-6"><a href="#example---response-6">Example - Response</a></h4>
-<pre><code>{
-  "action": "delete application from organization",
-  "timestamp": 1349817715666,
-  "duration": 0
-}</code></pre>
-<h3 id="generating-application-credentials"><a href="#generating-application-credentials">Generating application credentials</a></h3>
-<p>Use the POST method to generate the client ID and client secret credentials for an application in an organization.</p>
-<h4 id="request-uri-5"><a href="#request-uri-5">Request URI</a></h4>
-<p>POST /organizations|orgs/{org_name}|{uuid}/applications|apps/{app_name}|{uuid}/credentials</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string app_name|arg uuid</td>
-<td align="left">Application name or application UUID.</td>
-</tr>
-</tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-7"><a href="#example---request-7">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_gen_app_credentials">cURL</a></li>
-<li><a href="#javascript_gen_app_credentials">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_gen_app_credentials">Ruby</a></li>
-<li><a href="#nodejs_gen_app_credentials">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X POST "https://api.usergrid.com/management/orgs/testorg/apps/testapp1/credentials"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/apps/testapp1/credentials'].create</code></pre>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'POST',
-    endpoint:'management/orgs/testorg/apps/testapp1/credentials'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — POST failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-7"><a href="#example---response-7">Example - Response</a></h4>
-<pre><code>{
-  "action": "generate application client credentials",
-  "timestamp": 1349815979529,
-  "duration": 535,
-  "credentials":  {
-    "client_id": "YXA7ygil-f3TEeG-yhIxPQK1cQ",
-    "client_secret": "YXA65gYlqja8aYYSAy8Ox3Vg5aRZp48"
-  }
-}</code></pre>
-<h3 id="getting-application-credentials"><a href="#getting-application-credentials">Getting application credentials</a></h3>
-<p>Use the GET method to retrieve the client ID and client secret credentials for an application in an organization.</p>
-<h4 id="request-uri-6"><a href="#request-uri-6">Request URI</a></h4>
-<p>GET /organizations|orgs/{org_name}|{uuid}/applications|apps/{app_name}|{uuid}/credentials</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string app_name|arg uuid</td>
-<td align="left">Application name or application UUID.</td>
-</tr>
-</tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-8"><a href="#example---request-8">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_app_credentials">cURL</a></li>
-<li><a href="#javascript_get_app_credentials">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_app_credentials">Ruby</a></li>
-<li><a href="#nodejs_get_app_credentials">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/apps/testapp1/credentials"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/apps/testapp1/credentials']</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/apps/testapp1/credentials'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-8"><a href="#example---response-8">Example - Response</a></h4>
-<pre><code>{
-  "action": "get application client credentials",
-  "timestamp": 1349816819545,
-  "duration": 7,
-  "credentials":  {
-    "client_id": "YXA7ygil-f3TEeG-yhIxPQK1cQ",
-    "client_secret": "YXA65gYlqja8aYYSAy8Ox3Vg5aRZp48"
-  }
-}</code></pre>
-<h3 id="getting-the-applications-in-an-organization"><a href="#getting-the-applications-in-an-organization">Getting the applications in an organization</a></h3>
-<p>Use the GET method to retrieve the applications in an organization.</p>
-<h4 id="request-uri-7"><a href="#request-uri-7">Request URI</a></h4>
-<p>GET /organizations|orgs/{org_name}|{uuid}/applications|apps</p>
-<p>Parameters</p>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string org_name|arg uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr></tbody>
-</table><p><strong>Note:</strong> You also need to provide a valid access token with the API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<p> </p>
-<h4 id="example---request-9"><a href="#example---request-9">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_apps_org">cURL</a></li>
-<li><a href="#javascript_get_apps_org">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_apps_org">Ruby</a></li>
-<li><a href="#nodejs_get_apps_org">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/apps"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p> </p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-apps = mgmt['orgs/testorg/apps'].collection</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/apps'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<p> </p>
-<h4 id="example---response-9"><a href="#example---response-9">Example - Response</a></h4>
-<pre><code>{
-  "action": "get organization application",
-  "data":  {
-    "testorg/sandbox": "3500ba10-cd0c-11e1-bcf8-12313d1c5591",
-    "testorg/testapp1": "be09a5f9-fdd3-11e1-beca-12313d027361",
-    "testorg/testapp2": "cede5b8e-fe90-11e1-65c8-12313b111c56"    
-  },
-  "timestamp": 1349815338635,
-  "duration": 22
-}</code></pre>
-<h3 id="adding-an-admin-user-to-an-organization"><a href="#adding-an-admin-user-to-an-organization">Adding an admin user to an organization</a></h3>
-<p>Use the PUT method to add an existing admin user to an organization.</p>
-<h4 id="request-uri-8"><a href="#request-uri-8">Request URI</a></h4>
-<p>PUT /organizations|orgs/{org_name}|{org_uuid}/users/{username|email|uuid}</p>
-<h4 id="parameters-1"><a href="#parameters-1">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string org_name|arg org_uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string username|string email|arg uuid</td>
-<td align="left">User name, user email address, or user UUID.</td>
-</tr>
-</tbody>
-</table><p> </p>
-<h4 id="example---request-10"><a href="#example---request-10">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_add_admin_user">cURL</a></li>
-<li><a href="#javascript_add_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_add_admin_user">Ruby</a></li>
-<li><a href="#nodejs_add_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X PUT "https://api.usergrid.com/management/orgs/testorg/users/test123"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/users/test123'].put nil</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'PUT',
-    endpoint:'management/orgs/testorg/users/test123'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — PUT failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-10"><a href="#example---response-10">Example - Response</a></h4>
-<pre><code>{
-  "action": "add user to organization",
-  "status": "ok",
-  "data":  {
-    "user":  {
-      "applicationId": "00000000-0000-0000-0000-000000000001",
-      "username": "tester123",
-      "name": "test",
-      "email": "tester123@hotmail.com",
-      "activated": true,
-      "disabled": false,
-      "uuid": "335b527f-cd0d-11e1-bef8-12331d1c5591",
-      "adminUser": true,
-      "displayEmailAddress": "tester123 &lt;tester123@hotmail.com&gt;",
-      "htmldisplayEmailAddress": "tester123 &lt;&lt;a href="mailto:tester123@hotmail.com"&gt;tester123@hotmail.com&lt;/a&gt;&gt;"
-    }
-  },
-  "timestamp": 1349390189106,
-  "duration": 11808
-}</code></pre>
-<h3 id="getting-the-admin-users-in-an-organization"><a href="#getting-the-admin-users-in-an-organization">Getting the admin users in an organization</a></h3>
-<p>Use the GET method to retrieve details about the admin users in an organization.</p>
-<h4 id="request-uri-9"><a href="#request-uri-9">Request URI</a></h4>
-<p>GET /organizations|orgs/{org_name}|{org_uuid}/users</p>
-<h4 id="parameters-2"><a href="#parameters-2">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string org_name|arg org_uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr></tbody>
-</table><p> </p>
-<h4 id="example---request-11"><a href="#example---request-11">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_admin_users">cURL</a></li>
-<li><a href="#javascript_get_admin_users">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_admin_users">Ruby</a></li>
-<li><a href="#nodejs_get_admin_users">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/orgs/testorg/users"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-admins = mgmt['orgs/testorg/users']</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/orgs/testorg/users'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-11"><a href="#example---response-11">Example - Response</a></h4>
-<pre><code>{
-  "action": "get organization users",
-  "data":  {
-    "user":  {
-      "applicationId": "00000000-0000-0000-0000-000000000001",
-      "username": "tester123",
-      "name": "test",
-      "email": "tester123@hotmail.com",
-      "activated": true,
-      "disabled": false,
-      "uuid": "335b527f-cd0d-11e1-bef8-12331d1c5591",
-      "adminUser": true,
-      "displayEmailAddress": "tester123 &lt;tester123@hotmail.com&gt;",
-      "htmldisplayEmailAddress": "tester123 &lt;&lt;a href="mailto:tester123@hotmail.com"&gt;tester123@hotmail.com&lt;/a&gt;&gt;"
-    }
-  },
-  "timestamp": 13494542201685,
-  "duration": 10
-}</code></pre>
-<h3 id="removing-an-admin-user-from-an-organization"><a href="#removing-an-admin-user-from-an-organization">Removing an admin user from an organization</a></h3>
-<p>Use the DELETE method to remove an admin user from an organization.</p>
-<h4 id="request-uri-10"><a href="#request-uri-10">Request URI</a></h4>
-<p>DELETE /organizations|orgs/{org_name}|{org_uuid}/users/{username|email|uuid}</p>
-<h4 id="parameters-3"><a href="#parameters-3">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string org_name|arg org_uuid</td>
-<td align="left">Organization name or organization UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string username|string email|arg uuid</td>
-<td align="left">User name, user email address, or user UUID.</td>
-</tr>
-</tbody>
-</table><p> </p>
-<h4 id="example---request-12"><a href="#example---request-12">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_delete_admin_user">cURL</a></li>
-<li><a href="#javascript_delete_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_delete_admin_user">Ruby</a></li>
-<li><a href="#nodejs_delete_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X DELETE "https://api.usergrid.com/management/orgs/testorg/users/test123"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/'
-mgmt['orgs/testorg/users/test123'].delete</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'DELETE',
-    endpoint:'management/orgs/testorg/users/test123'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — DELETE failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-12"><a href="#example---response-12">Example - Response</a></h4>
-<pre><code>{
-  "action": "remove user from organization",
-  "status": "ok",
-  "data":  {
-    "user":  {
-      "applicationId": "00000000-0000-0000-0000-000000000001",
-      "username": "tester123",
-      "name": "test",
-      "email": "tester123@hotmail.com",
-      "activated": true,
-      "disabled": false,
-      "uuid": "335b527f-cd0d-11e1-bef8-12331d1c5591",
-      "adminUser": true,
-      "displayEmailAddress": "tester123 &lt;tester123@hotmail.com&gt;",
-      "htmldisplayEmailAddress": "tester123 &lt;&lt;a href="mailto:tester123@hotmail.com"&gt;tester123@hotmail.com&lt;/a&gt;&gt;"
-    }
-  },
-  "timestamp": 1349453590005,
-  "duration": 727
-}</code></pre>
-<h2 id="admins"><a href="#admins">Admins</a></h2>
-<p><a href="/docs/usergrid/content/management-resources">See all management resources</a><a href="/docs/usergrid/content/management-resources"><img src="/docs/sites/docs/files/learnmore%20arrow_0.png"></a></p>
+</table><h2 id="admins"><a href="#admins">Admins</a></h2>
 <p>An admin user has full access to perform any operation on all organization accounts of which the admin user is a member. Using the App services API, you can create, update, or retrieve an admin user. You can also set or reset an admin user’s password, activite or reactivate an admin user, and get an admin user’s activity feed.</p>
-<p>In addition, you can add,  retrieve, or remove an admin user from an organization. For information on these organization-related operations, see <a href="/organization">Organization</a>.</p>
-<p><strong>Note:</strong> Although not shown in the API examples below, you need to provide a valid access token with each API call. See <a href="/authenticating-users-and-application-clients">Authenticating users and application clients</a> for details.</p>
-<h3 id="creating-an-admin-user"><a href="#creating-an-admin-user">Creating an admin user</a></h3>
-<p>Use the POST method to create an admin user.</p>
-<h4 id="request-uri-11"><a href="#request-uri-11">Request URI</a></h4>
-<p>POST /management/organizations/{org}/users {request body}</p>
-<h4 id="parameters-4"><a href="#parameters-4">Parameters</a></h4>
-<table>
-<col width="50%">
-<col width="50%">
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left"><p>request body</p></td>
-<td align="left">
-<p>One or more sets of user properties, of which username is mandatory and must be unique:</p>
-<pre><code>{
-  "username" : "jim.admin",
-  "email" : "jim.admin@gmail.com</code></pre>
-<p>“,”name" : “Jim Admin”, “password” : “test12345” }</p>
-</td>
-</tr></tbody>
-</table><p> </p>
-<h4 id="example---request-13"><a href="#example---request-13">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_create_admin_user">cURL</a></li>
-<li><a href="#javascript_create_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_create_admin_user">Ruby</a></li>
-<li><a href="#nodejs_create_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X -i POST "https://api.usergrid.com/management/organizations/my-org/users" -d '{"username":"jim.admin","name":"Jim Admin","email":"jim.admin@gmail.com","password":"test12345"}'</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-result = mgmt.create_user username: 'jim.admin', name: 'Jim Admin', email: 'jim.admin@gmail.com', password: 'test12345'
-jim_admin = result.entity</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'POST',
-    endpoint:'management/organizations/my-org/users',
-    body:{ username:'jim.admin', name:'Jim Admin', email:'jim.admin@gmail.com',  
-    password:'test12345' }
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — POST failed
-    } else {
-        //success — data will contain raw results from API call        
-    }
-});</code></pre>
-<h4 id="example---response-13"><a href="#example---response-13">Example - Response</a></h4>
-<pre><code>{
-  "action": "post",
-  "status": "ok",
-  "data":  {
-    "user":  {
-      "applicationId": "00000000-0000-0000-0000-000000000001",
-      "username": "jim.admin",
-      "name": "Jim Admin",
-      "email": "jim.admin@gmail.com",
-      "activated": true,
-      "disabled": false,
-      "uuid": "335b527f-cd0d-11e1-bef8-12331d1c5591",
-      "adminUser": true,
-      "displayEmailAddress": "jim.admin &lt;jim.admin@gmail.com&gt;",
-      "htmldisplayEmailAddress": "jim.admin &lt;a href="mailto:jim.admin@gmail.com"&gt;jinm.admin@gmail.com&lt;/a&gt;"
-    }
-  },
-  "timestamp": 1349390189106,
-  "duration": 11808
-}</code></pre>
-<h3 id="updating-an-admin-user"><a href="#updating-an-admin-user">Updating an admin user</a></h3>
-<p>Use the PUT method to update an admin user.</p>
-<h4 id="request-uri-12"><a href="#request-uri-12">Request URI</a></h4>
-<p>PUT /management/organizations/{org}/users/{user|username|email|uuid} {request body}</p>
-<h4 id="parameters-5"><a href="#parameters-5">Parameters</a></h4>
-<table>
-<col width="50%">
-<col width="50%">
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left"><p>string user|string username|string email|arg uuid</p></td>
-<td align="left"><p>Admin username, name, email address, or UUID.</p></td>
-</tr>
-<tr class="even">
-<td align="left"><p>request body</p></td>
-<td align="left">
-<p>One or more sets of user properties:</p>
-<pre><code>{
-  "city" : "San Francisco",
-  "state" : "California"
-}</code></pre>
-</td>
-</tr>
-</tbody>
-</table><p> </p>
-<h4 id="example---request-14"><a href="#example---request-14">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_update_admin_user">cURL</a></li>
-<li><a href="#javascript_update_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_update_admin_user">Ruby</a></li>
-<li><a href="#nodejs_update_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X -i PUT "https://api.usergrid.com/management/organizations/my-org/users/jim.admin" -d '{"city":"San Francisco","state":"California"}'</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-jim_admin = mgmt['users/jim.admin'].entity
-jim_admin.city = 'San Francisco'
-jim_admin.state = 'California'
-jim_admin.save</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'PUT',
-    endpoint:'management/organizations/my-org/users/jim.admin',
-    body:{ email:'john.doe@mail.com', city:'San Francisco', state:'California' }
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — PUT failed
-    } else {
-        //success — data will contain raw results from API call        
-    }
-});</code></pre>
-<h4 id="example---response-14"><a href="#example---response-14">Example - Response</a></h4>
-<pre><code>{
-  "action": "update user info",
-  "timestamp": 1349479321874,
-  "duration": 0
-}</code></pre>
-<h3 id="getting-an-admin-user"><a href="#getting-an-admin-user">Getting an admin user</a></h3>
-<p>Use the GET method to retrieve details about an admin user.</p>
-<h4 id="request-uri-13"><a href="#request-uri-13">Request URI</a></h4>
-<p>GET /management/organizations/{org}/users/{user|username|email|uuid}</p>
-<h4 id="parameters-6"><a href="#parameters-6">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string user|string username|string email|arg uuid</td>
-<td align="left">Admin username, name, email address, or UUID.</td>
-</tr></tbody>
-</table><p> </p>
-<h4 id="example---request-15"><a href="#example---request-15">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_admin_user">cURL</a></li>
-<li><a href="#javascript_get_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_admin_user">Ruby</a></li>
-<li><a href="#nodejs_get_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/organizations/my-org/users/jim.admin"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-jim_admin = mgmt['users/jim.admin'].entity</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/organizations/my-org/users/jim.admin'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-15"><a href="#example---response-15">Example - Response</a></h4>
-<pre><code>{
-  "action": "get admin user",
-  "status": "ok",
-  "data":  {
-    "username": "jim.admin",
-    "token": "YWMt4NqE8Q9GEeLYJhIxPSiO4AAAATo5fQfcG0cEd2h9nwmDmRorkNNrEeQyDOF",
-    "email": "edort1@gmail.com",
-    "organizations":  {
-      "jim.admin":  {
-        "users":  {
-          "jim.admin":  {
-            "applicationId": "00000000-0000-0000-0000-000000000001",
-            "username": "jim.admin",
-            "name": "Jim Admin",
-            "email": "jim.admin@gmail.com",
-            "activated": true,
-            "disabled": false,
-            "uuid": "328b526e-cd0c-11e1-bcf8-12424d1c4491",
-            "adminUser": true,
-            "displayEmailAddress": "jim.admin &lt;jim.admin@gmail.com&gt;",
-            "htmldisplayEmailAddress": "jim.admin &lt;&lt;a href="mailto:jim.admin@gmail.com"&gt;jim.admin@gmail.com&gt;"
-    },
-    ...
-    "adminUser": true,
-    "activated": true,
-    "name": "edort1",
-    "applicationId": "00000000-0000-0000-0000-000000000001",
-    "uuid": "328b526e-cd0c-11e1-bcf8-12424d1c4491",
-    "htmldisplayEmailAddress": "jim.admin &lt;&lt;a href="mailto:jim.admin@gmail.com"&gt;jim.admin@gmail.com&gt;&gt;",
-    "displayEmailAddress": "jim.admin &lt;jim.admin@gmail.com&gt;",
-    "disabled": false
-  },
-  "timestamp": 1349480786906,</code></pre>
-<h3 id="setting-an-admin-users-password"><a href="#setting-an-admin-users-password">Setting an admin user’s password</a></h3>
-<p>Use the PUT method to update an admin user’s password.</p>
-<h4 id="request-uri-14"><a href="#request-uri-14">Request URI</a></h4>
-<p>PUT /management/organizations/{org}/users/{user|username|email|uuid}/password {request body}</p>
-<h4 id="parameters-7"><a href="#parameters-7">Parameters</a></h4>
-<table>
-<col width="50%">
-<col width="50%">
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left"><p>string user|string username|string email|arg uuid</p></td>
-<td align="left"><p>Admin username, name, email address, or UUID.</p></td>
-</tr>
-<tr class="even">
-<td align="left"><p>request body</p></td>
-<td align="left">
-<p>The password property and value:</p>
-<pre><code>{
-  "password": "test123"
-}</code></pre>
-</td>
-</tr>
-</tbody>
-</table><p> </p>
-<h4 id="example---request-16"><a href="#example---request-16">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_set_admin_pw">cURL</a></li>
-<li><a href="#javascript_set_admin_pw">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_set_admin_pw">Ruby</a></li>
-<li><a href="#nodejs_set_admin_pw">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X -i PUT "https://api.usergrid.com/management/organizations/my-org/users/jim.admin/password" -d '{"password":"test123"}'</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p> </p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org'
-jim_admin = mgmt['users/jim.admin'].entity
-jim_admin.password = 'test123'
-jim_admin.save</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'PUT',
-    endpoint:'management/organizations/my-org/users/jim.admin',
-    body:{ password:'test123' }
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — PUT failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-16"><a href="#example---response-16">Example - Response</a></h4>
-<pre><code>{
-  "action": "set user password",
-  "timestamp": 1349714010142,
-  "duration": 0
-}</code></pre>
-<h3 id="resetting-an-admin-users-password"><a href="#resetting-an-admin-users-password">Resetting an admin user’s password</a></h3>
-<p>Resetting an admin user’s password is a two step process. In the first step, you initiate the password reset. This returns a browser page. The page includes a field for the user to enter his or her email address, and a field to enter a response to a Captcha challenge. In the second step, you handle the user’s responses from the form.</p>
-<h4 id="initiating-a-password-reset"><a href="#initiating-a-password-reset">Initiating a password reset</a></h4>
-<p>Use the GET method to initiate the password reset.</p>
-<h4 id="request-uri-15"><a href="#request-uri-15">Request URI</a></h4>
-<p>GET /management/organizations/{org}/users/resetpw</p>
-<h4 id="example---request-17"><a href="#example---request-17">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_init_pw_reset">cURL</a></li>
-<li><a href="#javascript_init_pw_reset">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_init_pw_reset">Ruby</a></li>
-<li><a href="#nodejs_init_pw_reset">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/organizations/my-org/users/resetpw"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-resetpw = mgmt['users/resetpw']</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/organizations/my-org/users/resetpw'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-17"><a href="#example---response-17">Example - Response</a></h4>
-<pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&gt;
-    &lt;title&gt;Reset Password&lt;/title&gt;
-    &lt;link rel="stylesheet" type="text/css" href="../../css/styles.css" /&gt;
-    &lt;script type="text/javascript"&gt;&gt;
-        var RecaptchaOptions = {
-            theme : 'clean'
-        };
-    &lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-
-    &lt;div class="dialog-area"&gt;
-        &lt;div class="dialog-form-message"&gt;Incorrect Captcha, try again...&lt;/div&gt;
-        &lt;form class="dialog-form" action="" method="post"&gt;
-            &lt;fieldset&gt;
-                &lt;p&gt;
-                    &lt;label for="email"&gt;Please type your &lt;strong&gt;email
-                            address&lt;/strong&gt; or &lt;strong&gt;username&lt;/strong&gt; below.&lt;/label&gt;
-                &lt;/p&gt;
-                &lt;p&gt;
-                    &lt;input class="text_field" id="email" name="email" type="text" /&gt;
-                &lt;/p&gt;
-                &lt;p id="human-proof"&gt;&lt;/p&gt;
-                &lt;script type="text/javascript" src="https://www.google.com/recaptcha/api/challenge?k=6LdSTNESAAAAAKHdVglHmMu86_EoYxsJjqQD1IpZ"&gt;&lt;/script&gt;
-
-                &lt;p class="buttons"&gt;
-                    &lt;button type="submit"&gt;Submit&lt;/button&gt;
-                &lt;/p&gt;
-            &lt;/fieldset&gt;
-        &lt;/form&gt;
-    &lt;/div&gt;
-&lt;/pre&gt;</code></pre>
-<h4 id="completing-a-password-reset"><a href="#completing-a-password-reset">Completing a password reset</a></h4>
-<p>Use the POST method to complete the password reset.</p>
-<h4 id="request-uri-16"><a href="#request-uri-16">Request URI</a></h4>
-<p>POST /management/organizations/{org}/users/resetpw {request body}</p>
-<h4 id="parameters-8"><a href="#parameters-8">Parameters</a></h4>
-<table>
-<col width="50%">
-<col width="50%">
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left"><p>request body</p></td>
-<td align="left">
-<p>Parameters and value for the Captcha challenge, the admin user’s response to the Captcha challenge, and the admin user’s email address, for example:</p>
-<pre><code>{
-  "recaptcha_response_field" : "</code></pre>
-<p>Atistophanes tseFia“,”recaptcha_challenge_field" : “Atistophanes tseFia”, “email” : “jim.admin@gmail.com” }</p>
-</td>
-</tr></tbody>
-</table><p> </p>
-<h4 id="example---request-18"><a href="#example---request-18">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_complete_pw_reset">cURL</a></li>
-<li><a href="#javascript_complete_pw_reset">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_complete_pw_reset">Ruby</a></li>
-<li><a href="#nodejs_complete_pw_reset">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X -i POST "https://api.usergrid.com/management/organizations/my-org/users/resetpw" -d '{"recaptcha_response_field":"Atistophanes tseFia","recaptcha_challenge_field":"Atistophanes tseFia","email":"jim.admin@gmail.com"}'</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p> </p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-resetpw = mgmt['users/resetpw']
-resetpw { recaptcha_response_field: 'Atistophanes tseFia', recaptcha_challenge_field: 'Atistophanes tseFia', email: 'jim.admin@gmail.com' }</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'POST',
-    endpoint:'management/organizations/my-org/users/resetpw',
-    body:{ 
-       recaptcha_response_field:'Atistophanes tseFia', 
-       recaptcha_challenge_field:'Atistophanes tseFia', 
-       email:'jim.admin@gmail.com' 
-    }
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — POST failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-18"><a href="#example---response-18">Example - Response</a></h4>
-<pre><code>{
-  "action": "reset user password",
-  "timestamp": 13546154010321,
-  "duration": 0
-}</code></pre>
-<h3 id="activating-an-admin-user"><a href="#activating-an-admin-user">Activating an admin user</a></h3>
-<p>Use the GET method to activate an admin user from a link provided in an email notification.</p>
-<h4 id="request-uri-17"><a href="#request-uri-17">Request URI</a></h4>
-<p>GET /management/organizations/{org}/users/{user|username|email|uuid}/activate?token={token}&amp;confirm={confirm_email}</p>
-<h4 id="parameters-9"><a href="#parameters-9">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody>
-<tr class="odd">
-<td align="left">string user|string username|string email|arg uuid</td>
-<td align="left">Admin username, name, email address, or UUID.</td>
-</tr>
-<tr class="even">
-<td align="left">string token</td>
-<td align="left">Activation token (supplied via email).</td>
-</tr>
-<tr class="odd">
-<td align="left">boolean confirm_email</td>
-<td align="left">Send confirmation email (false is the default).</td>
-</tr>
-</tbody>
-</table><p> </p>
-<h4 id="example---request-19"><a href="#example---request-19">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_activate_admin_user">cURL</a></li>
-<li><a href="#javascript_activate_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_activate_admin_user">Ruby</a></li>
-<li><a href="#nodejs_activate_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/organizations/my-org/users/jim.admin/activate?token=33dd0563-cd0c-11e1-bcf7-12313d1c4491"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-mgmt['users/jim.admin/activate'].get params: { token: '33dd0563-cd0c-11e1-bcf7-12313d1c4491' }</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/organizations/my-org/users/jim.admin/activate',
-    qs:{token:'33dd0563-cd0c-11e1-bcf7-12313d1c4491'}
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-19"><a href="#example---response-19">Example - Response</a></h4>
-<pre><code>{
-  "action": "activate user",
-  "timestamp": 1349718021324,
-  "duration": 0
-}</code></pre>
-<h3 id="reactivating-an-admin-user"><a href="#reactivating-an-admin-user">Reactivating an admin user</a></h3>
-<p>Use the GET method to reactivate an admin user.</p>
-<h4 id="request-uri-18"><a href="#request-uri-18">Request URI</a></h4>
-<p>GET /management/organizations/{org}/users/{user|username|email|uuid}/reactivate</p>
-<h4 id="parameters-10"><a href="#parameters-10">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string user|string username|string email|arg uuid</td>
-<td align="left">Admin username, name, email address, or UUID.</td>
-</tr></tbody>
-</table><p> </p>
-<h4 id="example---request-20"><a href="#example---request-20">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_reactivate_admin_user">cURL</a></li>
-<li><a href="#javascript_reactivate_admin_user">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_reactivate_admin_user">Ruby</a></li>
-<li><a href="#nodejs_reactivate_admin_user">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/organizations/my-org/users/jim.admin/reactivate"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-mgmt['users/jim.admin/reactivate']</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/organizations/my-org/users/jim.admin/reactivate'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-20"><a href="#example---response-20">Example - Response</a></h4>
-<pre><code>{
-  "action": "reactivate user",
-  "timestamp": 1349735217217,
-  "duration": 3541
-}</code></pre>
-<h3 id="getting-an-admin-users-activity-feed"><a href="#getting-an-admin-users-activity-feed">Getting an admin user’s activity feed</a></h3>
-<p>Use the GET method to retrieve an admin user’s activity feed.</p>
-<h4 id="request-uri-19"><a href="#request-uri-19">Request URI</a></h4>
-<p>GET /management/organizations/{org}/users/{user|username|email|uuid}/feed</p>
-<h4 id="parameters-11"><a href="#parameters-11">Parameters</a></h4>
-<table>
-<thead><tr class="header">
-<th align="left">Parameter</th>
-<th align="left">Description</th>
-</tr></thead>
-<tbody><tr class="odd">
-<td align="left">string user|string username|string email|arg uuid</td>
-<td align="left">Admin username, name, email address, or UUID.</td>
-</tr></tbody>
-</table><h4 id="example---request-21"><a href="#example---request-21">Example - Request</a></h4>
-<ul>
-<li><a href="#curl_get_user_feed">cURL</a></li>
-<li><a href="#javascript_get_user_feed">JavaScript (HTML5)</a></li>
-<li><a href="#ruby_get_user_feed">Ruby</a></li>
-<li><a href="#nodejs_get_user_feed">Node.js</a></li>
-</ul><!-- --><pre><code>curl -X GET "https://api.usergrid.com/management/organizations/my-org/users/jim.admin/feed"</code></pre>
-<p>It is recommended that you use the <a href="http://apigee.com/usergrid">Admin Portal</a> for administrative activities instead of using JavaScript to do them programmatically in your app.</p>
-<p><strong>Note:</strong>You can see the response below in the Admin Portal by using the <a href="/docs/usergrid/content/displaying-app-services-api-calls-curl-commands">JavaScript Console</a>.</p>
-<p>The example assumes use of the <a href="https://github.com/scottganyo/usergrid_iron">Ruby SDK</a>.</p>
-<pre><code>mgmt = Usergrid::Management.new 'https://api.usergrid.com/management/organizations/my-org/'
-mgmt['users/jim.admin/feed'].get</code></pre>
-<p>The example assumes use of the <a href="https://github.com/apigee/usergrid-node-module">Node.js module</a>.</p>
-<pre><code>var options = {
-    method:'GET',
-    endpoint:'management/organizations/my-org/users/jim.admin/feed'
-};
-client.request(options, function (err, data) {
-    if (err) {
-        //error — GET failed
-    } else {
-        //success — data will contain raw results from API call       
-    }
-});</code></pre>
-<h4 id="example---response-21"><a href="#example---response-21">Example - Response</a></h4>
-<pre><code>{
-  "action": "get admin user feed",
-  "status": "ok",
- "entities":  [
-     {
-      "uuid": "cf3e981c-fe80-11e1-95c8-12331b144c65",
-      "type": "activity",
-      "created": 1347643370454,
-      "modified": 1347643370454,
-      "actor":  {
-        "displayName": "jim.admin",
-        "objectType": "person",
-        "uuid": "335b527f-cd0d-11e1-bef8-12331d1c5591",
-        "entityType": "user"
-      },
-      "category": "admin",
-      "metadata":  {
-        "cursor": "gGkAAQMAgGkABgE5xc3r1gCAdQAQz02YHP6QEeGVyBIxOxIsVgCAdQAQz4ZbYf6QEeGVyBIxOxIsVgA",
-        "path": "/users/327b527f-cd0c-11e1-bcf7-12313d1c4491/feed/cf4d981c-fe90-11e1-95c8-12313b122c56"
-      },
-    "object":  {
-    ...
-    },
-    "published": 1342198809251,
-            "title": "&lt;a mailto="jim.admingmail.com"&gt;jim.admin (jim.admin@gmail.com)&lt;/a&gt; created a new organization account named jim.admin",
-            "verb": "create"
-          }
-        ],
-  "timestamp": 1349735719320,</code></pre>
             </div>
         </div>
     </div>
@@ -1528,8 +200,8 @@ client.request(options, function (err, d
         <div class="col-md-3"></div>
         <div class="col-md-9">
             <div class="github-callout">
-                <strong>Questions?</strong> Please do <a href="https://groups.google.com/forum/#!forum/usergrid">ask on the mailing-list</a>!<br/>
-                <strong>Found an error?</strong> We’d greatly appreciate a pull request about <a href="https://github.com/timanglade/usergrid-site/blob/master/content/docs/organizations-admins/">this article on github</a>.</div>
+                <strong>Questions?</strong> Please do <a href="/community">ask on the mailing-lists</a>!<br/>
+                <strong>Found an error?</strong> We’d greatly appreciate a pull request about <a target="_blank" href="https://github.com/usergrid/website/blob/master/content/docs/organizations-admins.md">this article on github</a>.</div>
         </div>
     </div>
 </div>
@@ -1542,7 +214,7 @@ client.request(options, function (err, d
                 <ul class="nav nav-list">
                     <li class="nav-header"><a href="/">Home</a></li>
                     <li class="nav-header"><a href="/community/">Community</a></li>
-                        <!-- <li><a href="/community#events">Events</a></li> -->
+                        <li><a href="/community/#events">Events</a></li>
                         <li><a href="/community/#mailing-lists">Mailing Lists</a></li>
                         <li><a href="/community/#deployments">Deployments</a></li>
                         <li><a href="/community/#committers">Commiters</a></li>
@@ -1598,7 +270,7 @@ client.request(options, function (err, d
         <div class="row">
             <div id="copyright">
                 <img src="/img/egg-logo.png" /><br/><br/>
-                <p>Apache Usergrid is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of Apache TLP sponsor. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
+                <p>Apache Usergrid is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
                 <p>Copyright © 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.<br>
                 Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
                 <p class="credits">Site designed & assembled with love by <a href="https://github.com/ryuneeee">@ryuneeee</a> + <a href="https://github.com/realbeast">@realbeast</a> + <a href="https://twitter.com/timanglade">@timanglade</a>.</p>