PALs

Check Conferencing Username Availability

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

See Google Meet.

get/v2/pals/check-username

Query parameters

usernamestring required

The username to check. Case-insensitive; stored lowercase.

Response

Availability result

availableboolean

true when the username can be used on tavusinvite.com.

reasonstring

Present when available is false.

Example response

{
  "available": true,
  "reason": "Username is already taken."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.