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
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
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.