Liking cljdoc? Tell your friends :D

happygapi.reseller.customers

Google Workspace Reseller API: customers. Perform common functions that are available on the Channel Services console at scale, like placing orders and viewing customer information See: https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers

Google Workspace Reseller API: customers.
Perform common functions that are available on the Channel Services console at scale, like placing orders and viewing customer information
See: https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/get

Required parameters: customerId

Optional parameters: none

Get a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see retrieving a customer account.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/get

Required parameters: customerId

Optional parameters: none

Get a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see [retrieving a customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#get_customer).
raw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/insert

Required parameters: none

Optional parameters: customerAuthToken

Body:

{:customerDomain string, :kind string, :customerId string, :customerDomainVerified boolean, :alternateEmail string, :phoneNumber string, :resourceUiUrl string, :postalAddress {:locality string, :contactName string, :addressLine1 string, :organizationName string, :region string, :addressLine3 string, :addressLine2 string, :kind string, :postalCode string, :countryCode string}}

Order a new customer's account. Before ordering a new customer account, establish whether the customer account already exists using the customers.get If the customer account exists as a direct Google account or as a resold customer account from another reseller, use the customerAuthToken\ as described in order a resold account for an existing customer. For more information about ordering a new customer account, see order a new customer account. After creating a new customer account, you must provision a user as an administrator. The customer's administrator is required to sign in to the Admin console and sign the G Suite via Reseller agreement to activate the account. Resellers are prohibited from signing the G Suite via Reseller agreement on the customer's behalf. For more information, see order a new customer account.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/insert

Required parameters: none

Optional parameters: customerAuthToken

Body: 

{:customerDomain string,
 :kind string,
 :customerId string,
 :customerDomainVerified boolean,
 :alternateEmail string,
 :phoneNumber string,
 :resourceUiUrl string,
 :postalAddress {:locality string,
                 :contactName string,
                 :addressLine1 string,
                 :organizationName string,
                 :region string,
                 :addressLine3 string,
                 :addressLine2 string,
                 :kind string,
                 :postalCode string,
                 :countryCode string}}

Order a new customer's account. Before ordering a new customer account, establish whether the customer account already exists using the [`customers.get`](/admin-sdk/reseller/v1/reference/customers/get) If the customer account exists as a direct Google account or as a resold customer account from another reseller, use the `customerAuthToken\` as described in [order a resold account for an existing customer](/admin-sdk/reseller/v1/how-tos/manage_customers#create_existing_customer). For more information about ordering a new customer account, see [order a new customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#create_customer). After creating a new customer account, you must provision a user as an administrator. The customer's administrator is required to sign in to the Admin console and sign the G Suite via Reseller agreement to activate the account. Resellers are prohibited from signing the G Suite via Reseller agreement on the customer's behalf. For more information, see [order a new customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#tos).
raw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/patch

Required parameters: customerId

Optional parameters: none

Body:

{:customerDomain string, :kind string, :customerId string, :customerDomainVerified boolean, :alternateEmail string, :phoneNumber string, :resourceUiUrl string, :postalAddress {:locality string, :contactName string, :addressLine1 string, :organizationName string, :region string, :addressLine3 string, :addressLine2 string, :kind string, :postalCode string, :countryCode string}}

Update a customer account's settings. This method supports patch semantics.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/patch

Required parameters: customerId

Optional parameters: none

Body: 

{:customerDomain string,
 :kind string,
 :customerId string,
 :customerDomainVerified boolean,
 :alternateEmail string,
 :phoneNumber string,
 :resourceUiUrl string,
 :postalAddress {:locality string,
                 :contactName string,
                 :addressLine1 string,
                 :organizationName string,
                 :region string,
                 :addressLine3 string,
                 :addressLine2 string,
                 :kind string,
                 :postalCode string,
                 :countryCode string}}

Update a customer account's settings. This method supports patch semantics.
raw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/update

Required parameters: customerId

Optional parameters: none

Body:

{:customerDomain string, :kind string, :customerId string, :customerDomainVerified boolean, :alternateEmail string, :phoneNumber string, :resourceUiUrl string, :postalAddress {:locality string, :contactName string, :addressLine1 string, :organizationName string, :region string, :addressLine3 string, :addressLine2 string, :kind string, :postalCode string, :countryCode string}}

Update a customer account's settings. For more information, see update a customer's settings.

https://developers.google.com/google-apps/reseller/api/reference/rest/v1/customers/update

Required parameters: customerId

Optional parameters: none

Body: 

{:customerDomain string,
 :kind string,
 :customerId string,
 :customerDomainVerified boolean,
 :alternateEmail string,
 :phoneNumber string,
 :resourceUiUrl string,
 :postalAddress {:locality string,
                 :contactName string,
                 :addressLine1 string,
                 :organizationName string,
                 :region string,
                 :addressLine3 string,
                 :addressLine2 string,
                 :kind string,
                 :postalCode string,
                 :countryCode string}}

Update a customer account's settings. For more information, see [update a customer's settings](/admin-sdk/reseller/v1/how-tos/manage_customers#update_customer).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close