Podio API Documentation

Organizations: Get organizations

GET /org/

Returns a list of all the organizations and spaces the user is member of.

Usage
PHP Client
PodioOrganization.php
PodioOrganization::get_all(  );
Ruby Gem
organization.rb
Podio::Organization.find_all
Response [ { "org_id": The id of the organization, "name": The name of the organization, "logo": The file id of the logo of the organization, "url": The full url of the organization, "url_label": The first part of the URL used for the full URL, "type": The type of the organization, either "free", "sponsored" or "premium", "role": The users role on the organization,
"premium": True if the user is a premium member of the organization, false otherwise, "rights": The users rights on the org,
"grants_count": The number of grants to the active user in the organization, "rank": How popular the org is with the user. A consecutive number where 1 is the best rank, "status": Either "active" or "inactive" (hasn't been setup after it was created automatically) "spaces": The list of spaces in the organization that the user is member of [ { "space_id": The id of the space, "name": The name of the space, "url": The full url of the space, "role": The role the user has in the space, "type": Either "regular" or "emp_network", "rights": The users rights on the space, "rank": How popular the space is with the user. A consecutive number where 1 is the best rank.  }, .... (more spaces) ] }, .... (more organizations) ]

Sandbox

Try the operation "/org/"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here