Allowlisted Domains API overview

The Cloud Identity Allowlisted Domains API lets workspace administrators programmatically modify or view the allowlisted domains for a Google Workspace domain.

With the Allowlisted Domains API, you can do the following:

  • Add a domain to the allowlist
  • Remove a domain from the allowlist
  • List the domains in the allowlist
  • Get a specific domain from the allowlist

Limitations

  • No bulk operations: Bulk creation or deletion is not supported using a single API call.
  • Concurrency: Concurrent mutations for the same customer aren't supported. Each mutation operation returns a long-running operation (LRO), wait for the existing LRO for the customer to finish before starting a new mutation.
  • Pagination aborts: In the event of any domain mutations, ongoing paginated list operations will be aborted with an ABORTED error. Pagination must be restarted from the beginning.
  • Scope: Initial support for the API is restricted to direct customers. Reseller-managed workflows are not supported.

What's next