Skip to main content
POST
/
v1.0
/
subscribers
/
update
json
{
  "SubscriberId": "TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8",
  "Name": "Jerome User 3.1",
  "PhoneNumbers": ["+1234567890"],
  "Role": "Subscriber",
  "Password": "bUxdo6-zewqez"
}
{
  "SubscriberId": "TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8",
  "Name": "Jerome User 3.1",
  "Email": "[email protected]",
  "PhoneNumbers": [
    "+1234567890"
  ],
  "Role": "Subscriber",
  "Account": {
    "AccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d",
    "CompanyName": "Telegent Account"
  }
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
SubscriberId
string
required

Subscriber ID to update

Example:

"TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8"

Name
string

Updated subscriber name

Example:

"Jerome User 3.1"

PhoneNumbers
string[]

Updated phone numbers

Example:
["+1234567890"]
Role
enum<string>

Updated role

Available options:
Subscriber,
Manager,
Account Admin
Example:

"Subscriber"

Password
string

Updated password

Example:

"bUxdo6-zewqez"

Response

200 - application/json

Subscriber Updated

The response is of type object.