Podio API Documentation

Users: Set user properties

PUT /user/property/

Sets the values of one or more properties for the active user. The properties are specific to the auth client used.

Usage
PHP Client
PodioUser.php
PodioUser::set_properties( $attributes );
Ruby Gem
user.rb
Podio::User.set_properties( attributes )
Request { "property_name": The JSON object value of the property, ... (more properties) }

Sandbox

The sandbox only handles GET operations for now.