Podio API Documentation

Email: Update groups

PUT /email/group/

Updates the email groups the user is subscribed to.

Usage
Ruby Gem
email_subscription_setting.rb
Podio::EmailSubscriptionSetting.update_groups( options )
Request
{ "digest": True if digest is enabled, false otherwise, "bulletin": True if bulletin is enabled, false otherwise,
"reference": True if is enabled, false otherwise,
"message": True if is enabled, false otherwise,
"space": True if is enabled, false otherwise,
"subscription": True if is enabled, false otherwise }

Sandbox

The sandbox only handles GET operations for now.