create_carrier_subscriber
Create a new Carrier/ISP Fabric subscriber by providing a unique subscriber number and confirmation, with optional profile fields like name, email, plan, and service address.
Instructions
Create a Carrier / ISP Fabric subscriber (POST /v1/carrier/subscribers). Guarded write.
Not testable against the maintainer's live hardware; hermetic/spec-conformance tested only; a live create is impossible here. subscriber_number is required (1-32 chars). Optional name (<=128), email (<=255), notes (<=4096), service_address (<=1024), plan_id (UUID), metadata (object). Requires confirm=true and the UNIFI_ENABLE_CARRIER_FABRIC_WRITE gate.
subscriber_number: unique subscriber number (1-32 characters). name/email/notes/service_address/plan_id/metadata: optional profile fields. confirm: must be true to apply the create. key_label: optional configured API-key label to route on a specific key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| notes | No | ||
| confirm | No | ||
| plan_id | No | ||
| metadata | No | ||
| key_label | No | ||
| service_address | No | ||
| subscriber_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||