---
title: "Dial a new conference participant"
method: POST
path: "/texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants"
tags: ["TeXML REST Commands"]
---

# Dial a new conference participant

`POST /texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants`

Dials a new participant into the specified conference and returns the created participant resource.

## Path parameters

- `account_sid` string, required
- `conference_sid` string, required

## Response `200`

New participant resource.

- NewParticipantResource
  - `account_sid` string — The id of the account the resource belongs to.
  - `call_sid` string — The identifier of this participant's call.
  - `coaching` boolean — Whether the participant is coaching another call.
  - `coaching_call_sid` string — The identifier of the coached participant's call.
  - `conference_sid` string, uuid — The unique identifier for the conference.
  - `end_conference_on_exit` boolean — Whether the conference ends when the participant leaves.
  - `hold` boolean — Whether the participant is on hold.
  - `muted` boolean — Whether the participant is muted.
  - `status` 'connecting' | 'connected' | 'completed' — The status of the participant's call in the conference.
  - `uri` string — The relative URI for this participant.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
