Creates an organization under your reseller account (reseller auth required).
Vida API Token
Reseller-ID under which the org will be created
Organization name
"Acme Solar"
Admin-user e-mail for the new org
"admin@acmesolar.com"
Default agent name for the organization
"Acme Support"
Organization account type. Internal orgs are billed through reseller usage; customer orgs are eligible for full subscriptions. Defaults to customer.
internal, customer "customer"
Product-plan ID. If omitted, defaults to your reseller sell-plan.
"pplan-basic-monthly"
Give an offered product plan to the organization (same behavior as updateOrganization)
"pplan-basic-monthly"
Your own CRM/customer ID for this org
"external-org-12345"
External Id to match with your internal billing system
"billing-id-12345"
HIPAA setting for this organization. on|off|inherit (inherit from reseller)
on, off, inherit Array of numbering provider configurations
Mark this account as an actively paying account
true
Enable SMS Capabilities on the agent
true
SMS Brand Id that is registered for the organization
"XXXXXX"
Approved SMS Campaign Id for the organizations traffic
"XXXXXX"
Optional list of third-party app integrations to set up at org creation
[
{
"appId": "some-app-id",
"appVersion": "v1",
"appData": { "apiToken": "APIToken" }
},
{
"appId": "another-example-app",
"appVersion": "v2",
"appData": {
"accountSid": "sidxxxxxxx",
"accountToken": "tokenxxxxxxx",
"apiUrl": "https://someurl.example"
}
}
]