Podio API Documentation
Users: Update profile
Updates the fields of an existing profile. Fields not specified will not be updated. To delete a field set the value of the field to null.
Usage
- PHP Client
-
PodioUser.php
PodioUser::update_profile( $attributes );
- Ruby Gem
-
user.rb
Podio::User.update_profile( attributes )
Request
{
"{field}": The value or list of values for the given field. For a list of fields see the contact area,
... (more fields)
}