Podio API Documentation

Organizations: Get space memberships for org member

GET /org/{org_id}/member/{user_id}/space_member/

Returns all space memberships the specified org member has in this organization. If the org admin requesting this information is not a member of any of these workspaces, sensitive information like name and url will not be exposed.

Parameters
org_id*
Required.
user_id*
Required.
Response [ { "role": role on this space,
"grants": Number of grants the user has in the space, "space":
{ "space_id": id of the space, "name": name of the space (only available if you are a member of this space), "url": url of the space (only available if you are a member of this space) } } ]

Sandbox

Try the operation "/org/{org_id}/member/{user_id}/space_member/"

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