Podio API Documentation

Space members: Update space memberships

PUT /space/{space_id}/member/{user_ids}

Updates the space memberships with another role

Usage
PHP Client
PodioSpaceMember.php
PodioSpaceMember::update( $space_id, $user_ids, $attributes = array() );
Ruby Gem
space_member.rb
Podio::SpaceMember.update_role( space_id, user_id, role )
Parameters
space_id*
Required.
user_ids*
Required.
Request { "role": The new role that the users should have on the space }

Sandbox

The sandbox only handles GET operations for now.