--- title: "Notify All Users (Realtime)" slug: "notify-all-users-realtime" updated: 2024-12-04T11:00:54Z published: 2024-12-04T11:00:54Z canonical: "developer.rocket.chat/notify-all-users-realtime" --- > ## Documentation Index > Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt > Use this file to discover all available pages before exploring further. # Notify All Users (Realtime) General user-wide stream. ## Available events - `roles-change` - `updateEmojiCustom` - `deleteEmojiCustom` - `updateAvatar` - `public-settings-changed` - `permissions-changed` ## Example call ```json {    "msg": "sub",    "id": "unique-id",    "name": "stream-notify-all",    "params":[        "event",        false    ] } ``` ## Example response ```json {    "msg": "ready",    "subs": [        "03903"    ] } ```