Create Subscriber
Prerequisites:
- Required: Bearer token —
POST /v1.0/oauth2/tokens - Required: Account ID (AID) — provided by your Telegent representative
Create a new subscriber with name, email, phone numbers, role, and password. Returns the newly created subscriber details.
What this does: Returns the new subscriber’s SubscriberId (TSUID-) and full profile. The TSUID- is required for creating subscriptions, assigning numbers, and configuring AI Guardian. Store it for all subsequent subscriber-related calls.
Next steps:
- Assign a subscription —
POST /v1.0/subscriptions - Provision a number —
POST /v1.0/numbers/provision
Body
Subscriber's full name
"Jerome User 4"
Subscriber's email address
"jerome4@joonto.com"
Array of phone numbers associated with subscriber
["+1234567890"]Role of the subscriber
Subscriber, Manager, Account Admin "Subscriber"
Password for the subscriber account
"1234567890"
Account ID to associate subscriber with
"AID-eab92510-1040-45a5-bb9c-0bad9272f89d"
Response
Success — returns the new Subscriber ID (TSUID-) and account details
The response is of type object.