Podio API Documentation

Organizations: Get organization admins

GET /org/{org_id}/admin/

Returns the administrators of the organization.

Usage
PHP Client
PodioOrganization.php
PodioOrganization::get_all_admins( $org_id );
Ruby Gem
user.rb
Podio::User.find_all_admins_for_org( org_id )
Parameters
org_id*
Required.
Response [ { "user_id": The id of the user, "avatar": The id of file of the users avatar, if any, "name": The name of the user, "profile_id": The id of the profile, "type": The type of contact, in this case always "user" }, ... (more admins) ]

Sandbox

Try the operation "/org/{org_id}/admin/"

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