---
title: "Get list of call queue participants"
method: GET
path: "/organization/call-queue-participants/{team?}"
tags: ["Organizations"]
---

# Get list of call queue participants

`GET /organization/call-queue-participants/{team?}`

REQUIRED SCOPES <code>['organizations:read']</code><br>Get list of call queue participants

## Path parameters

- `team` integer

## Response `200`

Successful operation

- object[]
  - `id` integer — Participant ID
  - `name` string — Participant name
  - `email` string — Participant email
  - `role` string — Participant role

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Team not found

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
