Podio API Documentation

Users: Update notification settings

PUT /user/setting/{client_type}/

Updates the setting for the given client type 

  • Client type: "email" and "mobile".
  • Notification type: "digest", "bulletin", "reference", "message", "space", "subscription", "user", "reminder", "push_notification", "push_notification_sound" or "push_notification_browser".
Parameters
client_type*
Required.
Request { "{notification_type}": True if the notification type is enabled, false otherwise, ... (more types) }

Sandbox

The sandbox only handles GET operations for now.