Datacenter build and management service
https://github.com/joyent/conch-api/blob/master/lib/Conch/Route/Organization.pm
Sets up the routes for /organization.
All routes require authentication.
GET /organizationPOST /organization201 Created, plus Location headerGET /organization/:organization_id_or_namePOST /organization/:organization_id_or_name204 No Content, plus Location headerDELETE /organization/:organization_id_or_name204 No ContentPOST /organization/:organization_id_or_name/user?send_mail=<1|0>Takes one optional query parameter send_mail=<1|0> (defaults to 1) to send
an email to the user.
204 No ContentDELETE /organization/:organization_id_or_name/user/#target_user_id_or_email?send_mail=<1|0>Takes one optional query parameter send_mail=<1|0> (defaults to 1) to send
an email to the user.
204 No ContentCopyright Joyent, Inc.
This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.