Podio API Documentation
Organizations: Add new organization
Creates a new organization.
This call is blocked for ShareFile organisation.
Usage
- PHP Client
-
PodioOrganization.php
PodioOrganization::create( $attributes = array() );
- Ruby Gem
-
organization.rb
Podio::Organization.create( attributes )
Request
{
"name": The name of the new organization,
"logo": The file id of the logo of the organization
}
Response
{
"org_id": The id of the newly created organization,
"url": The full URL of the organization,
"url_label": The URL label (subdomain) of the new organization
}