Users: Update profile field
PUT
/user/profile/{key}
Updates the specific field on the user
Usage
- Ruby Gem
-
user.rb
Podio::User.update_profile_field( key, attributes )
Parameters
- key*
- Required.
Request
{
"value": The new value for the profile field.
}
Sandbox
The sandbox only handles GET operations for now.