For the complete documentation index, see llms.txt. This page is also available as Markdown.

Domain Statuses & Verify Methods

This document contains an overview of domain statuses and supported verification methods for account domains.

Use this page to understand account domain statuses and supported verification methods. These values are used in domain management endpoints and search filters.

Domain statuses

  • UNVERIFIED — The domain is added to the account, but its ownership is not confirmed yet. This is the initial domain status.

  • ACTIVE — The domain is verified and can be used for domain-based user linking.

  • INACTIVE — The domain is verified, but domain-based user linking is disabled.

  • VERIFIED — This search value includes both ACTIVE and INACTIVE domains.

Verification methods

  • DNS_CNAME_RECORD — Add a CNAME record with the host from verifyInfo.domain.

  • DNS_TXT_RECORD — Add a TXT record with the host from verifyInfo.domain and the value from verifyInfo.value.

CNAME example

_docstudio-verify-abc123.google.com

TXT example

TXT _docstudio-verify.google.com = abc123

How verification works

  1. Add the domain to the account.

  2. Request verification data.

  3. Add the required DNS record.

  4. Confirm or check the verification result.

Last updated

Was this helpful?