teams notify send
Auto-generated reference
This page is generated from checked-in CLI metadata for release v0.3.0. Do not edit it by hand.
Send activity notification to users.
Synopsis
teams notify send (--user USER_ID | --users USER_ID,USER_ID) --topic TEXT --activity-type TYPE --preview TEXT
Options
| Option | Value | Required | Env | Default | Description |
|---|---|---|---|---|---|
--user | USER_ID | no | Single user ID | ||
--users | USER_IDS | no | Comma-separated user IDs | ||
--topic | TOPIC | yes | Notification topic text | ||
--activity-type | ACTIVITY_TYPE | yes | Activity type (must match the app manifest) | ||
--preview | PREVIEW | yes | Preview text content |
Examples
No command-specific examples are published yet.
Exit Codes
| Code | Meaning |
|---|---|
| 0 | success |
| 2 | invalid input |
| 3 | authentication error |
| 4 | permission denied |
| 6 | rate limited |