Skip to main content

Enables a managed account

POST 
/managed_accounts/:id/actions/enable

Enables a managed account and its sub-users to use Telnyx services.

Request

Path Parameters

    id stringrequired

    Managed Account User ID

Body

Additional parameters for what to do when enabling the managed account

    reenable_all_connections boolean

    When true, all connections owned by this managed account will automatically be re-enabled. Note: Any connections that do not pass validations will not be re-enabled.

Responses

200: Successful response with information about a single managed account.

401: Unauthenticated response. Happens when the current user cannot be authenticated.

404: Resource not found

422: Unprocessable entity. Check the 'detail' field in response for details.

Loading...