Podio API Documentation
Organizations: Get Admin Orgs by Email
Get Orgs For which given email is an admin along with free orgs where email is part of
- email*
- Required.
{
"free_orgs": [
{
"org_name": "asdsad",
"org_type": "free",
"org_id": 9809,
"org_domains": []
},
{
"org_name": "hoistworkshops",
"org_type": "free",
"org_id": 9816,
"org_domains": ["blah.com"],
"contract_tier": None
}
],
"admin_orgs": [ { "org_name": "SomeOrg",
"org_type": "premium",
"org_id": 11219,
"org_domains": [ "someorgnew.com" ],
"contract_tier": "plus"
} ]
}
Sandbox
Try the operation "/org/admin-orgs/{email}"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