Users

About Notification Preferences

What are Notification Preferences?

Notification Preferences are settings for users to control how they will be notified about updates from Cirro and Spaces.

The Notification Preferences object

Attributes

AttributeTypeDescription
idstringThe unique identifier of the notification preference
objectstringAlways "notification_preference"
localestringSelected language of the notification
topicsarray of topicsList of topics related to the notification preference

Example

{
  "id": "1",
  "object": "notification_preference",
  "locale": "de",
  "topics": {
    "object": "list",
    "data": [
      {
        "id": "1",
        "object": "notification_topic_preference",
        "preferences": {
          "email": "immediately"
        }
      }
    ]
  }
}
Previous
Get current User