Podio API Documentation

Space members: Get members of space

GET /space/{space_id}/member/

Returns the active members of the given space.

Usage
PHP Client
PodioSpaceMember.php
PodioSpaceMember::get_all( $space_id );
Ruby Gem
space_member.rb
Podio::SpaceMember.find_all( space_id, options = {} )
Parameters
space_id*
Required.
Response [ {   "user": The member of the space
    {
      "user_id": The id of the user that is a member of the space, "avatar": The avatar of the user,
      "name": The name of the user
    }, "role": The role that the member has. Can be either "light", "regular" or "admin", "invited_on": The date and time the user was invited, "started_on": The date and time the user accepted the invitation } ]

Sandbox

Try the operation "/space/{space_id}/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