Podio API Documentation

Space members: Get space members by role

GET /space/{space_id}/member/{role}/

Returns the space members with the specified role.

Usage
PHP Client
PodioSpaceMember.php
PodioSpaceMember::get_by_role( $space_id, $role );
Ruby Gem
space_member.rb
Podio::SpaceMember.find_all_for_role( space_id, role )
Parameters
space_id*
Required.
role*
Required.
Response

See the result from the get members on space operation.

Sandbox

Try the operation "/space/{space_id}/member/{role}/"

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