Skip to main content

domains

Overview

Namedomains
TypeResource
Idgoogleworkspace.gmailpostmastertools.domains

Fields

NameDatatypeDescription
namestringThe resource name of the Domain. Domain names have the form domains/{domain_name}, where domain_name is the fully qualified domain name (i.e., mymail.mydomain.com).
permissionstringUser’s permission for this domain. Assigned by the server.
createTimestringTimestamp when the user registered this domain. Assigned by the server.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdomainsIdGets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist.
listSELECTLists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.