# List All Active Participants Use this endpoint for the [Conference Participants](./index.mdx) method to read all of the active participants that are associated with this conference call. This will be returned as a list of participants. ## Parameters | Parameter | Description | | : | :-- | | AccountSid required | The unique identifier for the account that created this conference. | | ConferenceSid required | The unique identifier for the conference this participant is in. | | Muted optional | Whether or not the participant is muted. Possible values are true or false. | | Hold optional | Whether or not the participant is on hold. Possible values are true or false. | ## Request 200 OK
json { end: 0, first_page_uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472pa/Participants.json?Page=0&PageSize=50, next_page_uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472pa/Participants.json?Page=50, page: 0, page_size: 50, participants: [ { date_created: Mon, 24 Sept 2018 21:00:00 +0000, date_updated: Tue, 25 Sept 2018 20:00:00 +0000, end_conference_on_exit: false, muted: false, hold: false, status: complete, start_conference_on_enter: true, uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472pa/Participants/b3877c40-da60-4998-90ad-b792e98472ca.json } ], previous_page_uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472pa/Participants.json?Page=0&PageSize=50, start: 0, uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472pa/Participants.json, }