Podio API Documentation

Users: Set user property

PUT /user/property/{name}

Sets the value of the property for the active user with the given name. The property is specific to the auth client used.

Usage
PHP Client
PodioUser.php
PodioUser::set_property( $name, $value );
Ruby Gem
user.rb
Podio::User.set_property_hash( name, hash )
Parameters
name*
Required.
Request The new JSON object to be used as the value

Sandbox

The sandbox only handles GET operations for now.