Podio API Documentation
Organizations: Create organization app store profile
Creates an app store profile for the organization if it doesn't already exist.
Usage
- Ruby Gem
-
organization_profile.rb
Podio::OrganizationProfile.create( org_id, attributes )
Parameters
- org_id*
- Required.
Request
{
"{field}": The value or list of values for the given field. For a list of fields see the contact area,
... (more fields)
}
Response
{
"profile_id": The id of the created profile
}