Skip to content

admin add_organization.json

Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###admin/add_organization.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/create_user.json?token=238236fa-0e1a-499c-8051-c46e2f416387

This allows for creating new organizations. This is a HTTP POST request.

The following fields are required:

name
    The name of the organization.

description
    A brief description of the organization.

contact_name
    A contact name for the organization.

contact_email
    An email address for the contact name.

An example of a response looks like:

{
    "organization_id": 2,
    "success": true
}
Clone this wiki locally