Podio API Documentation

Organizations: Get shared organizations

GET /org/shared/{user_id}

Returns the organizations and spaces that the logged in user shares with the specified user. The organizations and spaces will be returned sorted by name.

Parameters
user_id*
Required.
Response [ { "org_id": The id of the organization, "name": The name of the organization, "url": The full URL of the organization, "logo": The file id of the logo of the organization, "type": The type of the organization, either "free", "sponsored" or "premium", "spaces": The spaces in the organization, [ { "space_id": The id of the space, "name": The name of the space, "url": The full URI of the space }, ..... (more spaces) ], }, ..... (more organizations) ]  

Sandbox

Try the operation "/org/shared/{user_id}"

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