Podio API Documentation

Users: Update notification setting

PUT /user/setting/{client_type}/{notification_type}

Updates the setting for the given client type and notification 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.
notification_type*
Required.
Request { "value": True if the notifications should be enabled, false otherwise }

Sandbox

The sandbox only handles GET operations for now.