telnyx-account-management-javascript

Manage Telnyx accounts and organization users via the JavaScript SDK.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-account-management-javascript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-account-management-javascript
Source: https://github.com/tindevelopers/cursor-skills/tree/main/telnyx-javascript/telnyx-account-management-javascript
Command: npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-account-management-javascript

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Telnyx accounts, including sub-accounts for resellers and enterprise scenarios, using JavaScript.

Core Features & Use Cases

  • Account Management: Create, retrieve, update, enable, and disable managed accounts.
  • User Management: List, retrieve, and remove organization users.
  • Reporting: Generate reports on user group memberships.
  • Use Case: A SaaS provider can use this skill to programmatically onboard new clients by creating managed accounts and setting up their initial user profiles.

Quick Start

Use the telnyx-account-management-javascript skill to list all managed accounts for your Telnyx account.

Frequently Asked Questions about telnyx-account-management-javascript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Telnyx sub-accounts programmatically using JavaScript?

You can manage Telnyx sub-accounts programmatically by using the Telnyx JavaScript SDK to create, retrieve, update, enable, and disable managed accounts via API key authentication.

What is needed to automate enterprise Telnyx account administration in JavaScript?

Automating enterprise Telnyx account administration requires the Telnyx JavaScript library and a valid API key for authentication to handle user management and sub-account creation.

Can I list and remove organization users with the Telnyx JavaScript SDK?

Yes, you can list, retrieve, and remove organization users within your Telnyx account using the JavaScript SDK to facilitate enterprise user management and reporting tasks.

Does the Telnyx JavaScript API support reseller account creation and reporting?

Yes, the Telnyx JavaScript API supports reseller account creation and allows you to generate reports on user group memberships for managed accounts.

What is the best way to automate SaaS client onboarding with Telnyx accounts in JavaScript?

The best way to automate SaaS client onboarding is using the Telnyx JavaScript SDK to programmatically create managed accounts and set up initial user profiles for new clients.

Are there limitations when disabling managed Telnyx accounts via the JavaScript API?

The metadata does not specify explicit limitations for disabling managed Telnyx accounts, but the JavaScript API requires proper API key authentication to successfully execute account updates.