json
Subscribers
Update Subscriber
Update an existing subscriber’s information including name, phone numbers, role, and password.
What this does: Returns the updated subscriber record. Only the fields you send are changed; omitted fields retain their current values.
Next steps:
- Confirm the update —
GET /v1.0/subscribers/get
POST
json
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
application/json
Subscriber ID to update
Example:
"TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8"
Updated subscriber name
Example:
"Jerome User 3.1"
Updated phone numbers
Example:
["+1234567890"]Updated role
Available options:
Subscriber, Manager, Account Admin Example:
"Subscriber"
Updated password
Example:
"bUxdo6-zewqez"
Response
200 - application/json
Subscriber Updated
The response is of type object.