---
title: "Check Conferencing Username Availability"
method: GET
path: "/v2/pals/check-username"
tags: ["PALs"]
---

# Check Conferencing Username Availability

`GET /v2/pals/check-username`

Check whether a conferencing `username` is available on `tavusinvite.com` before creating or patching a PAL.

See [Google Meet](/sections/conversational-video-interface/pal/meetings).

## Query parameters

- `username` string, required

## Response `200`

Availability result

- ConferencingUsernameCheck — Result of [Check Conferencing Username Availability](/api-reference/pals/check-conferencing-username).
  - `available` boolean — `true` when the username can be used on `tavusinvite.com`.
  - `reason` string — Present when `available` is `false`.

## Other responses

- `400` — Bad Request - missing `username` query parameter
- `401` — UNAUTHORIZED

---

[API](https://skmtc.net/tavus/apis/tavus-developer-api-collection.md) · [All operations](https://skmtc.net/tavus/apis/tavus-developer-api-collection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tavus/tavus-developer-api-collection/versions/c878e2f6508d/schema)
