Podio API Documentation
Space members: Update space memberships
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
}