# Customer - [API documentation](#api-documentation) - [Definitions](#definitions) - [Update customer](#update-customer) - [Display customer](#display-customer) - [Display instance](#display-instance) ## API documentation * [Directory API - Customers](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) ## Definitions ``` ::= (.)+ ::= @ ::= (primary )| (adminsecondaryemail|alternateemail )| (contact|contactname )| (language )| (phone|phonenumber )| (name|organizationname )| (address|address1|addressline1 )| (address2|addressline2 )| (address3|addressline3 )| (city|locality )| (state|region )| (zipcode|postal|postalcode )| (country|countrycode ) ``` ## Update customer ``` gam update customer * ``` ## Display customer ``` gam info customer [formatjson] ``` By default, Gam displays the information as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. ## Display instance ``` gam info instance [formatjson] ``` By default, Gam displays the information as an indented list of keys and values. * `formatjson` - Display the fields in JSON format.