# Get user's position in queue

`GET /omni/queue/conference/index` · [developer.incode.com ↗](https://developer.incode.com/reference/introduction)

> Get user's position in queue

Use this endpoint to check user's position in waiting queue. Once the index in the response is 0, users can connect to the conference call. Use endpoint Get position in queue. Once the index becomes 0, the customer can connect to the interview. Call [Connect](#/Conference/getInterviewerInfo) to fetch connection data.

## Authentication

| Header | Required | Notes |
|---|---|---|
| `x-api-key` | yes | API key for the region/environment. |
| `api-version` | yes | API version, defaults to `1.0`. |

**Category:** Video conference

## Sources

- Public reference: <https://developer.incode.com/reference/introduction>
- Reconstructed from the Incode Omni OpenAPI spec (operation `getQueueIndex`); see the Implementation pane for source & tests.

