Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Billing
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Activate the paid version
    • Purchase a committed volume of services (CVoS)
    • Activate a promo code
    • View usage details
    • Top up your personal account
    • Link another bank card
    • Unlink a card
    • Link a cloud to a billing account
    • Change the payment method
    • Understand your payment invoice
    • View your payment history
    • Change your billing account data
    • Create a new billing account
    • Delete billing account
    • Get expense details by folder
    • View details in Yandex DataLens
    • Enable notifications
    • Enable electronic document management
    • Download reporting documents
  • Concepts
    • All concepts
    • Promo code
    • Billing threshold
    • Billing accounts
      • Overview
      • Statuses
    • Personal account
    • Grant
    • Trial period
    • Committed volume of services (CVoS)
    • Free tier of serverless ecosystem
    • Budget
    • Agreement
    • Glossary
  • Paying for resources
    • General information
    • Payment methods
      • General information
      • For individuals
      • For businesses and individual entrepreneurs
        • Bank account transfers
        • Bank card transfer
    • Billing cycle
      • General information
      • For individuals
      • For businesses and individual entrepreneurs
    • Reporting documents
      • General information
      • Report
      • Payment invoice
      • Invoice
      • Electronic document management
    • Payment currency
  • Access management
  • Pricing policy
  • Questions and answers
    • General questions
    • Questions about an agreement
    • Questions about payment
    • Questions about the billing account
    • Questions about the trial period and paid version
    • Questions about working with non-residents of Russia or Kazakhstan
    • All questions on one page
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • BillingAccountService
      • BudgetService
      • CustomerService
      • ServiceService
      • SkuService
      • OperationService
    • REST
      • Overview
      • BillingAccount
        • Overview
        • bindBillableObject
        • get
        • list
        • listAccessBindings
        • listBillableObjectBindings
        • updateAccessBindings
      • Budget
        • Overview
        • create
        • get
        • list
      • Customer
        • Overview
        • activate
        • invite
        • list
        • suspend
      • Service
        • Overview
        • get
        • list
      • Sku
        • Overview
        • get
        • list
  1. API reference
  2. REST
  3. Customer
  4. Overview

Customer

Written by
Yandex Cloud
  • JSON Representation
  • Methods

A set of methods for managing Customer resources.

JSON Representation

{
  "id": "string",
  "billingAccountId": "string"
}
Field Description
id string

ID of the customer.

billingAccountId string

ID of the BillingAccount assigned to the customer.

Methods

Method Description
activate Activates specified customer. After customer is activated, he can use resources associated with his billing account.
invite Invites customer to the specified reseller.
list Retrieves the list of customers associated with the specified reseller.
suspend Suspend specified customer. After customer is suspended, he can't use resources associated with his billing account.

Was the article helpful?

Language / Region
© 2022 Yandex.Cloud LLC
In this article:
  • JSON Representation
  • Methods