Skip to main content
POST
json

Body

application/json
Name
string
required

Subscriber's full name

Example:

"Jerome User 4"

Email
string<email>
required

Subscriber's email address

Example:

"jerome4@joonto.com"

PhoneNumbers
string[]
required

Array of phone numbers associated with subscriber

Example:
Role
enum<string>
required

Role of the subscriber

Available options:
Subscriber,
Manager,
Account Admin
Example:

"Subscriber"

Password
string
required

Password for the subscriber account

Example:

"1234567890"

AccountId
string
required

Account ID to associate subscriber with

Example:

"AID-eab92510-1040-45a5-bb9c-0bad9272f89d"

Response

Success — returns the new Subscriber ID (TSUID-) and account details

The response is of type object.