Podio API Documentation

Contacts: Update contact field

This operation is deprecated and will be removed soon.
PUT /contact/{profile_id}/{key}

Updates the given field on the given contact. Updates are currently only allowed from contacts of type "space".

Usage
PHP Client
PodioContact.php
PodioContact::update_field( $profile_id, $key, $attributes = array() );
Parameters
profile_id*
Required.
key*
Required.
Request { "value": The new value for the profile field. }

 

Sandbox

The sandbox only handles GET operations for now.